Html Css Color HEX #409868 Eucalyptus

📋 copy color: '#409868'

red 64 ◦ green 152 ◦ blue 104

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

Shades of Eucalyptus #409868

Tints of Eucalyptus #409868

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.5%

 BLUE value IS 104 (41.02% from 255) = 32.5%

R = 20%
G = 47.5%
B = 32.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#409868 (or 0x409868) is known color: Eucalyptus. HEX triplet: 40, 98 and 68. RGB value is (64,152,104). Sum of RGB (Red+Green+Blue) = 64+152+104=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #409868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409868 is #BF6797. Grayscale: #787878. Windows color (decimal): -12543896 or 6854720. OLE color: 6854720.

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

Color convert

RGB 64 152 104 -
CMYK 0.58 0 0.32 0.40
HSL 147.27º 0.41% 0.42% -
HSV(B) 147.27º 0.58% 0.6% -
XYZ 15.84 24.55 17 -
YUV 120.22 118.85 87.9 -
System Red Green Blue C M Y K H S L
Decimal 64 152 104 0.58 0 0.32 0.40 147.27 0.41 0.42
Hex 40 98 68 3A 0 20 28 93 29 2A
Octal 100 230 150 72 0 40 50 223 51 52
Binary 1000000 10011000 1101000 111010 0 100000 101000 10010011 101001 101010

Color Harmonies of #409868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409868

Black with #409868

Text Example


Text Example

White with #409868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409868; }

 p { color: rgb(64,152,104); }

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

background-color css

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

 a { background-color: rgb(64,152,104); }

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

border-color css

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

 span { border-color: rgb(64,152,104); }

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