Html Css Color HEX #409970 Eucalyptus

📋 copy color: '#409970'

red 64 ◦ green 153 ◦ blue 112

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

Shades of Eucalyptus #409970

Tints of Eucalyptus #409970

RGB

 RED value IS 64 (25.39% from 255) = 19.45%

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

 BLUE value IS 112 (44.14% from 255) = 34.04%

R = 19.45%
G = 46.5%
B = 34.04%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#409970 (or 0x409970) is known color: Eucalyptus. HEX triplet: 40, 99 and 70. RGB value is (64,153,112). Sum of RGB (Red+Green+Blue) = 64+153+112=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #409970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409970 is #BF668F. Grayscale: #797979. Windows color (decimal): -12543632 or 7379264. OLE color: 7379264.

HSL color Cylindrical-coordinate representation of color #409970: hue angle of 152.36º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409970 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 153 112 -
CMYK 0.58 0 0.27 0.4
HSL 152.36º 0.41% 0.43% -
HSV(B) 152.36º 0.58% 0.6% -
XYZ 16.43 25.04 19.3 -
YUV 121.72 122.51 86.83 -
System Red Green Blue C M Y K H S L
Decimal 64 153 112 0.58 0 0.27 0.4 152.36 0.41 0.43
Hex 40 99 70 3A 0 1B 28 98 29 2B
Octal 100 231 160 72 0 33 50 230 51 53
Binary 1000000 10011001 1110000 111010 0 11011 101000 10011000 101001 101011

Color Harmonies of #409970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409970

Black with #409970

Text Example


Text Example

White with #409970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409970; }

 p { color: rgb(64,153,112); }

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

background-color css

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

 a { background-color: rgb(64,153,112); }

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

border-color css

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

 span { border-color: rgb(64,153,112); }

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