Html Css Color HEX #376F39 Japanese Laurel

📋 copy color: '#376F39'

red 55 ◦ green 111 ◦ blue 57

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

Shades of Japanese Laurel #376F39

Tints of Japanese Laurel #376F39

RGB

 RED value IS 55 (21.88% from 255) = 24.66%

 GREEN value IS 111 (43.75% from 255) = 49.78%

 BLUE value IS 57 (22.66% from 255) = 25.56%

R = 24.66%
G = 49.78%
B = 25.56%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#376F39 (or 0x376F39) is known color: Japanese Laurel. HEX triplet: 37, 6F and 39. RGB value is (55,111,57). Sum of RGB (Red+Green+Blue) = 55+111+57=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 111 (43.75% from 255 or 49.78% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 111 - color contains mainly: green. Hex color #376F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376F39 is #C890C6. Grayscale: #585858. Windows color (decimal): -13144263 or 3764023. OLE color: 3764023.

HSL color Cylindrical-coordinate representation of color #376F39: hue angle of 122.14º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376F39 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 111 57 -
CMYK 0.50 0 0.49 0.56
HSL 122.14º 0.34% 0.33% -
HSV(B) 122.14º 0.5% 0.44% -
XYZ 8 12.48 5.86 -
YUV 88.1 110.45 104.39 -
System Red Green Blue C M Y K H S L
Decimal 55 111 57 0.50 0 0.49 0.56 122.14 0.34 0.33
Hex 37 6F 39 32 0 31 38 7A 22 21
Octal 67 157 71 62 0 61 70 172 42 41
Binary 110111 1101111 111001 110010 0 110001 111000 1111010 100010 100001

Color Harmonies of #376F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F39

Black with #376F39

Text Example


Text Example

White with #376F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376F39; }

 p { color: rgb(55,111,57); }

 H1.HeaderClassName
 {
   color: #376F39;
 }
 .AnyTagClassName
 {
   color: #376F39;
 }
</style>

background-color css

<style>
 a { background-color: #376F39; }

 a { background-color: rgb(55,111,57); }

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

border-color css

<style>
 span { border-color: #376F39; }

 span { border-color: rgb(55,111,57); }

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