Html Css Color HEX #377132 Japanese Laurel

📋 copy color: '#377132'

red 55 ◦ green 113 ◦ blue 50

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

Shades of Japanese Laurel #377132

Tints of Japanese Laurel #377132

RGB

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

 GREEN value IS 113 (44.53% from 255) = 51.83%

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

R = 25.23%
G = 51.83%
B = 22.94%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#377132 (or 0x377132) is known color: Japanese Laurel. HEX triplet: 37, 71 and 32. RGB value is (55,113,50). Sum of RGB (Red+Green+Blue) = 55+113+50=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 113 (44.53% from 255 or 51.83% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 113 - color contains mainly: green. Hex color #377132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377132 is #C88ECD. Grayscale: #585858. Windows color (decimal): -13143758 or 3305783. OLE color: 3305783.

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

Color convert

RGB 55 113 50 -
CMYK 0.51 0 0.56 0.56
HSL 115.24º 0.39% 0.32% -
HSV(B) 115.24º 0.56% 0.44% -
XYZ 8.06 12.85 5.07 -
YUV 88.48 106.28 104.12 -
System Red Green Blue C M Y K H S L
Decimal 55 113 50 0.51 0 0.56 0.56 115.24 0.39 0.32
Hex 37 71 32 33 0 38 38 73 27 20
Octal 67 161 62 63 0 70 70 163 47 40
Binary 110111 1110001 110010 110011 0 111000 111000 1110011 100111 100000

Color Harmonies of #377132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377132

Black with #377132

Text Example


Text Example

White with #377132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377132; }

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

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

background-color css

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

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

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

border-color css

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

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

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