Html Css Color HEX #3B893C Japanese Laurel

📋 copy color: '#3B893C'

red 59 ◦ green 137 ◦ blue 60

#3B893C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #3B893C

Tints of Japanese Laurel #3B893C

RGB

 RED value IS 59 (23.44% from 255) = 23.05%

 GREEN value IS 137 (53.91% from 255) = 53.52%

 BLUE value IS 60 (23.83% from 255) = 23.44%

R = 23.05%
G = 53.52%
B = 23.44%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.56

 K value IS 0.46

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3B893C (or 0x3B893C) is known color: Japanese Laurel. HEX triplet: 3B, 89 and 3C. RGB value is (59,137,60). Sum of RGB (Red+Green+Blue) = 59+137+60=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #3B893C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B893C is #C476C3. Grayscale: #696969. Windows color (decimal): -12875460 or 3967291. OLE color: 3967291.

HSL color Cylindrical-coordinate representation of color #3B893C: hue angle of 120.77º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B893C is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB 59 137 60 -
CMYK 0.57 0 0.56 0.46
HSL 120.77º 0.4% 0.38% -
HSV(B) 120.77º 0.57% 0.54% -
XYZ 11.56 19.15 7.36 -
YUV 104.9 102.66 95.26 -
System Red Green Blue C M Y K H S L
Decimal 59 137 60 0.57 0 0.56 0.46 120.77 0.4 0.38
Hex 3B 89 3C 39 0 38 2E 79 28 26
Octal 73 211 74 71 0 70 56 171 50 46
Binary 111011 10001001 111100 111001 0 111000 101110 1111001 101000 100110

Color Harmonies of #3B893C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B893C

Black with #3B893C

Text Example


Text Example

White with #3B893C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B893C; }

 p { color: rgb(59,137,60); }

 H1.HeaderClassName
 {
   color: #3B893C;
 }
 .AnyTagClassName
 {
   color: #3B893C;
 }
</style>

background-color css

<style>
 a { background-color: #3B893C; }

 a { background-color: rgb(59,137,60); }

 div.DivClassName
 {
   background-color: #3B893C;
 }
 .BgClassName
 {
   background-color: #3B893C;
 }
</style>

border-color css

<style>
 span { border-color: #3B893C; }

 span { border-color: rgb(59,137,60); }

 td.TdClassName
 {
   border-color: #3B893C;
 }
 .TagClassName
 {
   border-color: #3B893C;
 }
</style>