#367131

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

Shades of Japanese Laurel #367131

Tints of Japanese Laurel #367131

Color information

#367131 (or 0x367131) is unknown color: approx Japanese Laurel. HEX triplet: 36, 71 and 31. RGB value is (54,113,49). Sum of RGB (Red+Green+Blue) = 54+113+49=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #367131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367131 is #C98ECE. Grayscale: #585858. Windows color (decimal): -13209295 or 3240246. OLE color: 3240246.

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

Color convert

RGB5411349-
CMYK0.5200.570.56
HSL115.31º39.51%31.76%-
HSV(B)115.31º56.64%44.31%-
XYZ7.9812.824.96-
YUV88.06105.95103.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25%
GREEN value IS 113 (44.53% from 255) = 52.31%
BLUE value IS 49 (19.53% from 255) = 22.69%
R=25%
G=52.31%
B=22.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54113490.5200.570.56115.3139.5131.76
Hex3671313403938732820
Octal661616164071701635040
Binary110110111000111000111010001110011110001110011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367131; }

 p { color: rgb(54,113,49); }

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

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

 a { background-color: rgb(54,113,49); }

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

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

 span { border-color: rgb(54,113,49); }

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