Html Css Color HEX #409965 Eucalyptus

📋 copy color: '#409965'

red 64 ◦ green 153 ◦ blue 101

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

Shades of Eucalyptus #409965

Tints of Eucalyptus #409965

RGB

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

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

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

R = 20.13%
G = 48.11%
B = 31.76%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#409965 (or 0x409965) is known color: Eucalyptus. HEX triplet: 40, 99 and 65. RGB value is (64,153,101). Sum of RGB (Red+Green+Blue) = 64+153+101=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #409965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409965 is #BF669A. Grayscale: #787878. Windows color (decimal): -12543643 or 6658368. OLE color: 6658368.

HSL color Cylindrical-coordinate representation of color #409965: hue angle of 144.94º 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 #409965 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 153 101 -
CMYK 0.58 0 0.34 0.4
HSL 144.94º 0.41% 0.43% -
HSV(B) 144.94º 0.58% 0.6% -
XYZ 15.85 24.81 16.27 -
YUV 120.46 117.01 87.73 -
System Red Green Blue C M Y K H S L
Decimal 64 153 101 0.58 0 0.34 0.4 144.94 0.41 0.43
Hex 40 99 65 3A 0 22 28 91 29 2B
Octal 100 231 145 72 0 42 50 221 51 53
Binary 1000000 10011001 1100101 111010 0 100010 101000 10010001 101001 101011

Color Harmonies of #409965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409965

Black with #409965

Text Example


Text Example

White with #409965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409965; }

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

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

background-color css

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

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

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

border-color css

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

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

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