#366E35

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

Shades of Japanese Laurel #366E35

Tints of Japanese Laurel #366E35

Color information

#366E35 (or 0x366E35) is unknown color: approx Japanese Laurel. HEX triplet: 36, 6E and 35. RGB value is (54,110,53). Sum of RGB (Red+Green+Blue) = 54+110+53=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 110 (43.36% from 255 or 50.69% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 110 - color contains mainly: green. Hex color #366E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366E35 is #C991CA. Grayscale: #565656. Windows color (decimal): -13210059 or 3501622. OLE color: 3501622.

HSL color Cylindrical-coordinate representation of color #366E35: hue angle of 118.95º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #366E35 is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.57.

Color convert

RGB5411053-
CMYK0.5100.520.57
HSL118.95º34.97%31.96%-
HSV(B)118.95º51.82%43.14%-
XYZ7.7412.195.31-
YUV86.76108.95104.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 110 (43.36% from 255) = 50.69%
BLUE value IS 53 (21.09% from 255) = 24.42%
R=24.88%
G=50.69%
B=24.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54110530.5100.520.57118.9534.9731.96
Hex366E353303439772320
Octal661566563064711674340
Binary110110110111011010111001101101001110011110111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366E35; }

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

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

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

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

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

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

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

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