Html Css Color HEX #377442 Japanese Laurel

📋 copy color: '#377442'

red 55 ◦ green 116 ◦ blue 66

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

Shades of Japanese Laurel #377442

Tints of Japanese Laurel #377442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.95%

 BLUE value IS 66 (26.17% from 255) = 27.85%

R = 23.21%
G = 48.95%
B = 27.85%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#377442 (or 0x377442) is known color: Japanese Laurel. HEX triplet: 37, 74 and 42. RGB value is (55,116,66). Sum of RGB (Red+Green+Blue) = 55+116+66=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #377442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377442 is #C88BBD. Grayscale: #5C5C5C. Windows color (decimal): -13142974 or 4355127. OLE color: 4355127.

HSL color Cylindrical-coordinate representation of color #377442: hue angle of 130.82º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377442 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 116 66 -
CMYK 0.53 0 0.43 0.55
HSL 130.82º 0.36% 0.34% -
HSV(B) 130.82º 0.53% 0.45% -
XYZ 8.8 13.7 7.33 -
YUV 92.06 113.29 101.57 -
System Red Green Blue C M Y K H S L
Decimal 55 116 66 0.53 0 0.43 0.55 130.82 0.36 0.34
Hex 37 74 42 35 0 2B 37 83 24 22
Octal 67 164 102 65 0 53 67 203 44 42
Binary 110111 1110100 1000010 110101 0 101011 110111 10000011 100100 100010

Color Harmonies of #377442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377442

Black with #377442

Text Example


Text Example

White with #377442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377442; }

 p { color: rgb(55,116,66); }

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

background-color css

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

 a { background-color: rgb(55,116,66); }

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

border-color css

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

 span { border-color: rgb(55,116,66); }

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