Html Css Color HEX #377032 Japanese Laurel

📋 copy color: '#377032'

red 55 ◦ green 112 ◦ blue 50

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

Shades of Japanese Laurel #377032

Tints of Japanese Laurel #377032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.04%

R = 25.35%
G = 51.61%
B = 23.04%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#377032 (or 0x377032) is known color: Japanese Laurel. HEX triplet: 37, 70 and 32. RGB value is (55,112,50). Sum of RGB (Red+Green+Blue) = 55+112+50=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #377032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377032 is #C88FCD. Grayscale: #585858. Windows color (decimal): -13144014 or 3305527. OLE color: 3305527.

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

Color convert

RGB 55 112 50 -
CMYK 0.51 0 0.55 0.56
HSL 115.16º 0.38% 0.32% -
HSV(B) 115.16º 0.55% 0.44% -
XYZ 7.95 12.63 5.04 -
YUV 87.89 106.62 104.54 -
System Red Green Blue C M Y K H S L
Decimal 55 112 50 0.51 0 0.55 0.56 115.16 0.38 0.32
Hex 37 70 32 33 0 37 38 73 26 20
Octal 67 160 62 63 0 67 70 163 46 40
Binary 110111 1110000 110010 110011 0 110111 111000 1110011 100110 100000

Color Harmonies of #377032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377032

Black with #377032

Text Example


Text Example

White with #377032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377032; }

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

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

background-color css

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

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

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

border-color css

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

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

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