#368936

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

Shades of Japanese Laurel #368936

Tints of Japanese Laurel #368936

Color information

#368936 (or 0x368936) is unknown color: approx Japanese Laurel. HEX triplet: 36, 89 and 36. RGB value is (54,137,54). Sum of RGB (Red+Green+Blue) = 54+137+54=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #368936 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368936 is #C976C9. Grayscale: #666666. Windows color (decimal): -13203146 or 3574070. OLE color: 3574070.

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

Color convert

RGB5413754-
CMYK0.6100.610.46
HSL120º43.46%37.45%-
HSV(B)120º60.58%53.73%-
XYZ11.1318.946.56-
YUV102.72100.593.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 137 (53.91% from 255) = 55.92%
BLUE value IS 54 (21.48% from 255) = 22.04%
R=22.04%
G=55.92%
B=22.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54137540.6100.610.4612043.4637.45
Hex3689363D03D2E782b25
Octal662116675075561705345
Binary1101101000100111011011110101111011011101111000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368936; }

 p { color: rgb(54,137,54); }

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

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

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

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

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

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

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