#377632

Color #377632 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #377632

Tints of Japanese Laurel #377632

Color information

#377632 (or 0x377632) is unknown color: approx Japanese Laurel. HEX triplet: 37, 76 and 32. RGB value is (55,118,50). Sum of RGB (Red+Green+Blue) = 55+118+50=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 118 (46.48% from 255 or 52.91% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 118 - color contains mainly: green. Hex color #377632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377632 is #C889CD. Grayscale: #5B5B5B. Windows color (decimal): -13142478 or 3307063. OLE color: 3307063.

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

Color convert

RGB5511850-
CMYK0.5300.580.54
HSL115.59º40.48%32.94%-
HSV(B)115.59º57.63%46.27%-
XYZ8.63145.26-
YUV91.41104.63102.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.66%
GREEN value IS 118 (46.48% from 255) = 52.91%
BLUE value IS 50 (19.92% from 255) = 22.42%
R=24.66%
G=52.91%
B=22.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55118500.5300.580.54115.5940.4832.94
Hex3776323503A36742821
Octal671666265072661645041
Binary110111111011011001011010101110101101101110100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377632; }

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

 H1.HeaderClassName
 {
   color: #377632;
 }
 .AnyTagClassName
 {
   color: #377632;
 }
</style>
background-color css

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

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

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

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

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

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