#36965E

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

Shades of Eucalyptus #36965E

Tints of Eucalyptus #36965E

Color information

#36965E (or 0x36965E) is unknown color: approx Eucalyptus. HEX triplet: 36, 96 and 5E. RGB value is (54,150,94). Sum of RGB (Red+Green+Blue) = 54+150+94=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #36965E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36965E is #C969A1. Grayscale: #737373. Windows color (decimal): -13199778 or 6198838. OLE color: 6198838.

HSL color Cylindrical-coordinate representation of color #36965E: hue angle of 145º 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 #36965E is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB5415094-
CMYK0.6400.370.41
HSL145º47.06%40%-
HSV(B)145º64%58.82%-
XYZ14.4523.4114.35-
YUV114.91116.284.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.12%
GREEN value IS 150 (58.98% from 255) = 50.34%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=18.12%
G=50.34%
B=31.54%

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
Decimal54150940.6400.370.4114547.0640
Hex36965E4002529912f28
Octal66226136100045512215750
Binary1101101001011010111101000000010010110100110010001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36965E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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