Html Css Color HEX #377039 Japanese Laurel

📋 copy color: '#377039'

red 55 ◦ green 112 ◦ blue 57

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

Shades of Japanese Laurel #377039

Tints of Japanese Laurel #377039

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50%

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

R = 24.55%
G = 50%
B = 25.45%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#377039 (or 0x377039) is known color: Japanese Laurel. HEX triplet: 37, 70 and 39. RGB value is (55,112,57). Sum of RGB (Red+Green+Blue) = 55+112+57=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #377039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377039 is #C88FC6. Grayscale: #585858. Windows color (decimal): -13144007 or 3764279. OLE color: 3764279.

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

Color convert

RGB 55 112 57 -
CMYK 0.51 0 0.49 0.56
HSL 122.11º 0.34% 0.33% -
HSV(B) 122.11º 0.51% 0.44% -
XYZ 8.11 12.7 5.89 -
YUV 88.69 110.12 103.97 -
System Red Green Blue C M Y K H S L
Decimal 55 112 57 0.51 0 0.49 0.56 122.11 0.34 0.33
Hex 37 70 39 33 0 31 38 7A 22 21
Octal 67 160 71 63 0 61 70 172 42 41
Binary 110111 1110000 111001 110011 0 110001 111000 1111010 100010 100001

Color Harmonies of #377039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377039

Black with #377039

Text Example


Text Example

White with #377039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377039; }

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

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

background-color css

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

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

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

border-color css

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

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

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