#20965D

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

Shades of Eucalyptus #20965D

Tints of Eucalyptus #20965D

Color information

#20965D (or 0x20965D) is unknown color: approx Eucalyptus. HEX triplet: 20, 96 and 5D. RGB value is (32,150,93). Sum of RGB (Red+Green+Blue) = 32+150+93=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 150 (58.98% from 255 or 54.55% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 150 - color contains mainly: green. Hex color #20965D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20965D is #DF69A2. Grayscale: #6C6C6C. Windows color (decimal): -14641571 or 6133280. OLE color: 6133280.

HSL color Cylindrical-coordinate representation of color #20965D: hue angle of 151.02º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20965D is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB3215093-
CMYK0.7900.380.41
HSL151.02º64.84%35.69%-
HSV(B)151.02º78.67%58.82%-
XYZ13.4822.9114.07-
YUV108.22119.4173.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.64%
GREEN value IS 150 (58.98% from 255) = 54.55%
BLUE value IS 93 (36.72% from 255) = 33.82%
R=11.64%
G=54.55%
B=33.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal32150930.7900.380.41151.0264.8435.69
Hex20965D4F02629974124
Octal402261351170465122710144
Binary10000010010110101110110011110100110101001100101111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20965D; }

 p { color: rgb(32,150,93); }

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

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

 a { background-color: rgb(32,150,93); }

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

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

 span { border-color: rgb(32,150,93); }

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