#366E34

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

Shades of Japanese Laurel #366E34

Tints of Japanese Laurel #366E34

Color information

#366E34 (or 0x366E34) is unknown color: approx Japanese Laurel. HEX triplet: 36, 6E and 34. RGB value is (54,110,52). Sum of RGB (Red+Green+Blue) = 54+110+52=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 110 (43.36% from 255 or 50.93% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 110 - color contains mainly: green. Hex color #366E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366E34 is #C991CB. Grayscale: #565656. Windows color (decimal): -13210060 or 3436086. OLE color: 3436086.

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

Color convert

RGB5411052-
CMYK0.5100.530.57
HSL117.93º35.8%31.76%-
HSV(B)117.93º52.73%43.14%-
XYZ7.7212.185.19-
YUV86.64108.45104.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25%
GREEN value IS 110 (43.36% from 255) = 50.93%
BLUE value IS 52 (20.70% from 255) = 24.07%
R=25%
G=50.93%
B=24.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54110520.5100.530.57117.9335.831.76
Hex366E343303539762420
Octal661566463065711664440
Binary110110110111011010011001101101011110011110110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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