#377831

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

Shades of Japanese Laurel #377831

Tints of Japanese Laurel #377831

Color information

#377831 (or 0x377831) is unknown color: approx Japanese Laurel. HEX triplet: 37, 78 and 31. RGB value is (55,120,49). Sum of RGB (Red+Green+Blue) = 55+120+49=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #377831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377831 is #C887CE. Grayscale: #5C5C5C. Windows color (decimal): -13141967 or 3242039. OLE color: 3242039.

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

Color convert

RGB5512049-
CMYK0.5400.590.53
HSL114.93º42.01%33.14%-
HSV(B)114.93º59.17%47.06%-
XYZ8.8514.475.23-
YUV92.47103.47101.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.55%
GREEN value IS 120 (47.27% from 255) = 53.57%
BLUE value IS 49 (19.53% from 255) = 21.88%
R=24.55%
G=53.57%
B=21.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55120490.5400.590.53114.9342.0133.14
Hex3778313603B35732a21
Octal671706166073651635241
Binary110111111100011000111011001110111101011110011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377831; }

 p { color: rgb(55,120,49); }

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

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

 a { background-color: rgb(55,120,49); }

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

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

 span { border-color: rgb(55,120,49); }

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