#367335

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

Shades of Japanese Laurel #367335

Tints of Japanese Laurel #367335

Color information

#367335 (or 0x367335) is unknown color: approx Japanese Laurel. HEX triplet: 36, 73 and 35. RGB value is (54,115,53). Sum of RGB (Red+Green+Blue) = 54+115+53=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 115 (45.31% from 255 or 51.80% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 115 - color contains mainly: green. Hex color #367335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367335 is #C98CCA. Grayscale: #595959. Windows color (decimal): -13208779 or 3502902. OLE color: 3502902.

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

Color convert

RGB5411553-
CMYK0.5300.540.55
HSL119.03º36.9%32.94%-
HSV(B)119.03º53.91%45.1%-
XYZ8.2913.35.5-
YUV89.69107.29102.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.32%
GREEN value IS 115 (45.31% from 255) = 51.80%
BLUE value IS 53 (21.09% from 255) = 23.87%
R=24.32%
G=51.80%
B=23.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54115530.5300.540.55119.0336.932.94
Hex3673353503637772521
Octal661636565066671674541
Binary110110111001111010111010101101101101111110111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367335; }

 p { color: rgb(54,115,53); }

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

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

 a { background-color: rgb(54,115,53); }

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

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

 span { border-color: rgb(54,115,53); }

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