#367240

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

Shades of Japanese Laurel #367240

Tints of Japanese Laurel #367240

Color information

#367240 (or 0x367240) is unknown color: approx Japanese Laurel. HEX triplet: 36, 72 and 40. RGB value is (54,114,64). Sum of RGB (Red+Green+Blue) = 54+114+64=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #367240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367240 is #C98DBF. Grayscale: #5A5A5A. Windows color (decimal): -13209024 or 4223542. OLE color: 4223542.

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

Color convert

RGB5411464-
CMYK0.5300.440.55
HSL130º35.71%32.94%-
HSV(B)130º52.63%44.71%-
XYZ8.4613.196.95-
YUV90.36113.12102.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.28%
GREEN value IS 114 (44.92% from 255) = 49.14%
BLUE value IS 64 (25.39% from 255) = 27.59%
R=23.28%
G=49.14%
B=27.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54114640.5300.440.5513035.7132.94
Hex3672403502C37822421
Octal6616210065054672024441
Binary11011011100101000000110101010110011011110000010100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367240; }

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

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

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

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

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

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

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

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