#367534

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

Shades of Japanese Laurel #367534

Tints of Japanese Laurel #367534

Color information

#367534 (or 0x367534) is unknown color: approx Japanese Laurel. HEX triplet: 36, 75 and 34. RGB value is (54,117,52). Sum of RGB (Red+Green+Blue) = 54+117+52=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 117 (46.09% from 255 or 52.47% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 117 - color contains mainly: green. Hex color #367534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367534 is #C98ACB. Grayscale: #5A5A5A. Windows color (decimal): -13208268 or 3437878. OLE color: 3437878.

HSL color Cylindrical-coordinate representation of color #367534: hue angle of 118.15º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367534 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB5411752-
CMYK0.5400.560.54
HSL118.15º38.46%33.14%-
HSV(B)118.15º55.56%45.88%-
XYZ8.513.755.46-
YUV90.75106.13101.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.22%
GREEN value IS 117 (46.09% from 255) = 52.47%
BLUE value IS 52 (20.70% from 255) = 23.32%
R=24.22%
G=52.47%
B=23.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54117520.5400.560.54118.1538.4633.14
Hex3675343603836762621
Octal661656466070661664641
Binary110110111010111010011011001110001101101110110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367534; }

 p { color: rgb(54,117,52); }

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

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

 a { background-color: rgb(54,117,52); }

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

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

 span { border-color: rgb(54,117,52); }

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