#367631

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

Shades of Japanese Laurel #367631

Tints of Japanese Laurel #367631

Color information

#367631 (or 0x367631) is unknown color: approx Japanese Laurel. HEX triplet: 36, 76 and 31. RGB value is (54,118,49). Sum of RGB (Red+Green+Blue) = 54+118+49=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #367631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367631 is #C989CE. Grayscale: #5B5B5B. Windows color (decimal): -13208015 or 3241526. OLE color: 3241526.

HSL color Cylindrical-coordinate representation of color #367631: hue angle of 115.65º degrees, saturation: 0.41, 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 #367631 is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB5411849-
CMYK0.5400.580.54
HSL115.65º41.32%32.75%-
HSV(B)115.65º58.47%46.27%-
XYZ8.5513.965.15-
YUV91104.3101.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.43%
GREEN value IS 118 (46.48% from 255) = 53.39%
BLUE value IS 49 (19.53% from 255) = 22.17%
R=24.43%
G=53.39%
B=22.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54118490.5400.580.54115.6541.3232.75
Hex3676313603A36742921
Octal661666166072661645141
Binary110110111011011000111011001110101101101110100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367631; }

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

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

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

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

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

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

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

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