Html Css Color HEX #377432 Japanese Laurel

📋 copy color: '#377432'

red 55 ◦ green 116 ◦ blue 50

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

Shades of Japanese Laurel #377432

Tints of Japanese Laurel #377432

RGB

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

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

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

R = 24.89%
G = 52.49%
B = 22.62%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#377432 (or 0x377432) is known color: Japanese Laurel. HEX triplet: 37, 74 and 32. RGB value is (55,116,50). Sum of RGB (Red+Green+Blue) = 55+116+50=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #377432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377432 is #C88BCD. Grayscale: #5A5A5A. Windows color (decimal): -13142990 or 3306551. OLE color: 3306551.

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

Color convert

RGB 55 116 50 -
CMYK 0.53 0 0.57 0.55
HSL 115.45º 0.4% 0.33% -
HSV(B) 115.45º 0.57% 0.45% -
XYZ 8.4 13.53 5.19 -
YUV 90.24 105.29 102.87 -
System Red Green Blue C M Y K H S L
Decimal 55 116 50 0.53 0 0.57 0.55 115.45 0.4 0.33
Hex 37 74 32 35 0 39 37 73 28 21
Octal 67 164 62 65 0 71 67 163 50 41
Binary 110111 1110100 110010 110101 0 111001 110111 1110011 101000 100001

Color Harmonies of #377432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377432

Black with #377432

Text Example


Text Example

White with #377432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377432; }

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

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

background-color css

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

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

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

border-color css

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

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

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