#377031

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

Shades of Japanese Laurel #377031

Tints of Japanese Laurel #377031

Color information

#377031 (or 0x377031) is unknown color: approx Japanese Laurel. HEX triplet: 37, 70 and 31. RGB value is (55,112,49). Sum of RGB (Red+Green+Blue) = 55+112+49=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #377031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377031 is #C88FCE. Grayscale: #575757. Windows color (decimal): -13144015 or 3239991. OLE color: 3239991.

HSL color Cylindrical-coordinate representation of color #377031: hue angle of 114.29º 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 #377031 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB5511249-
CMYK0.5100.560.56
HSL114.29º39.13%31.57%-
HSV(B)114.29º56.25%43.92%-
XYZ7.9212.624.92-
YUV87.78106.12104.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.46%
GREEN value IS 112 (44.14% from 255) = 51.85%
BLUE value IS 49 (19.53% from 255) = 22.69%
R=25.46%
G=51.85%
B=22.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55112490.5100.560.56114.2939.1331.57
Hex3770313303838722720
Octal671606163070701624740
Binary110111111000011000111001101110001110001110010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377031; }

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

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

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

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

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

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

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

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