#36965F

Color #36965F Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #36965F

Tints of Eucalyptus #36965F

Color information

#36965F (or 0x36965F) is unknown color: approx Eucalyptus. HEX triplet: 36, 96 and 5F. RGB value is (54,150,95). Sum of RGB (Red+Green+Blue) = 54+150+95=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 150 (58.98% from 255 or 50.17% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 150 - color contains mainly: green. Hex color #36965F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36965F is #C969A0. Grayscale: #737373. Windows color (decimal): -13199777 or 6264374. OLE color: 6264374.

HSL color Cylindrical-coordinate representation of color #36965F: hue angle of 145.62º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36965F is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB5415095-
CMYK0.6400.370.41
HSL145.62º47.06%40%-
HSV(B)145.62º64%58.82%-
XYZ14.4923.4214.58-
YUV115.03116.784.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.06%
GREEN value IS 150 (58.98% from 255) = 50.17%
BLUE value IS 95 (37.5% from 255) = 31.77%
R=18.06%
G=50.17%
B=31.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal54150950.6400.370.41145.6247.0640
Hex36965F4002529922f28
Octal66226137100045512225750
Binary1101101001011010111111000000010010110100110010010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36965F; }

 p { color: rgb(54,150,95); }

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

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

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

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

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

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

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