#377035

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

Shades of Japanese Laurel #377035

Tints of Japanese Laurel #377035

Color information

#377035 (or 0x377035) is unknown color: approx Japanese Laurel. HEX triplet: 37, 70 and 35. RGB value is (55,112,53). Sum of RGB (Red+Green+Blue) = 55+112+53=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #377035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377035 is #C88FCA. Grayscale: #585858. Windows color (decimal): -13144011 or 3502135. OLE color: 3502135.

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

Color convert

RGB5511253-
CMYK0.5100.530.56
HSL117.97º35.76%32.35%-
HSV(B)117.97º52.68%43.92%-
XYZ8.0112.665.39-
YUV88.23108.12104.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25%
GREEN value IS 112 (44.14% from 255) = 50.91%
BLUE value IS 53 (21.09% from 255) = 24.09%
R=25%
G=50.91%
B=24.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55112530.5100.530.56117.9735.7632.35
Hex3770353303538762420
Octal671606563065701664440
Binary110111111000011010111001101101011110001110110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377035; }

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

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

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

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

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

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

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

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