#367231

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

Shades of Japanese Laurel #367231

Tints of Japanese Laurel #367231

Color information

#367231 (or 0x367231) is unknown color: approx Japanese Laurel. HEX triplet: 36, 72 and 31. RGB value is (54,114,49). Sum of RGB (Red+Green+Blue) = 54+114+49=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #367231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367231 is #C98DCE. Grayscale: #585858. Windows color (decimal): -13209039 or 3240502. OLE color: 3240502.

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

Color convert

RGB5411449-
CMYK0.5300.570.55
HSL115.38º39.88%31.96%-
HSV(B)115.38º57.02%44.71%-
XYZ8.0913.045-
YUV88.65105.62103.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 114 (44.92% from 255) = 52.53%
BLUE value IS 49 (19.53% from 255) = 22.58%
R=24.88%
G=52.53%
B=22.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54114490.5300.570.55115.3839.8831.96
Hex3672313503937732820
Octal661626165071671635040
Binary110110111001011000111010101110011101111110011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367231; }

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

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

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

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

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

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

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

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