Html Css Color HEX #409360 Eucalyptus

📋 copy color: '#409360'

red 64 ◦ green 147 ◦ blue 96

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

Shades of Eucalyptus #409360

Tints of Eucalyptus #409360

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.88%

 BLUE value IS 96 (37.89% from 255) = 31.27%

R = 20.85%
G = 47.88%
B = 31.27%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#409360 (or 0x409360) is known color: Eucalyptus. HEX triplet: 40, 93 and 60. RGB value is (64,147,96). Sum of RGB (Red+Green+Blue) = 64+147+96=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #409360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409360 is #BF6C9F. Grayscale: #747474. Windows color (decimal): -12545184 or 6329152. OLE color: 6329152.

HSL color Cylindrical-coordinate representation of color #409360: hue angle of 143.13º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409360 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 147 96 -
CMYK 0.56 0 0.35 0.42
HSL 143.13º 0.39% 0.41% -
HSV(B) 143.13º 0.56% 0.58% -
XYZ 14.66 22.8 14.69 -
YUV 116.37 116.5 90.65 -
System Red Green Blue C M Y K H S L
Decimal 64 147 96 0.56 0 0.35 0.42 143.13 0.39 0.41
Hex 40 93 60 38 0 23 2A 8F 27 29
Octal 100 223 140 70 0 43 52 217 47 51
Binary 1000000 10010011 1100000 111000 0 100011 101010 10001111 100111 101001

Color Harmonies of #409360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409360

Black with #409360

Text Example


Text Example

White with #409360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409360; }

 p { color: rgb(64,147,96); }

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

background-color css

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

 a { background-color: rgb(64,147,96); }

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

border-color css

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

 span { border-color: rgb(64,147,96); }

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