Html Css Color HEX #209965 Eucalyptus

📋 copy color: '#209965'

red 32 ◦ green 153 ◦ blue 101

#209965
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #209965

Tints of Eucalyptus #209965

RGB

 RED value IS 32 (12.89% from 255) = 11.19%

 GREEN value IS 153 (60.16% from 255) = 53.5%

 BLUE value IS 101 (39.84% from 255) = 35.31%

R = 11.19%
G = 53.5%
B = 35.31%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#209965 (or 0x209965) is known color: Eucalyptus. HEX triplet: 20, 99 and 65. RGB value is (32,153,101). Sum of RGB (Red+Green+Blue) = 32+153+101=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #209965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209965 is #DF669A. Grayscale: #6E6E6E. Windows color (decimal): -14640795 or 6658336. OLE color: 6658336.

HSL color Cylindrical-coordinate representation of color #209965: hue angle of 154.21º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209965 is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB 32 153 101 -
CMYK 0.79 0 0.34 0.4
HSL 154.21º 0.65% 0.36% -
HSV(B) 154.21º 0.79% 0.6% -
XYZ 14.34 24.03 16.19 -
YUV 110.89 122.41 71.73 -
System Red Green Blue C M Y K H S L
Decimal 32 153 101 0.79 0 0.34 0.4 154.21 0.65 0.36
Hex 20 99 65 4F 0 22 28 9A 41 24
Octal 40 231 145 117 0 42 50 232 101 44
Binary 100000 10011001 1100101 1001111 0 100010 101000 10011010 1000001 100100

Color Harmonies of #209965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209965

Black with #209965

Text Example


Text Example

White with #209965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209965; }

 p { color: rgb(32,153,101); }

 H1.HeaderClassName
 {
   color: #209965;
 }
 .AnyTagClassName
 {
   color: #209965;
 }
</style>

background-color css

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

 a { background-color: rgb(32,153,101); }

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

border-color css

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

 span { border-color: rgb(32,153,101); }

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