Html Css Color HEX #409069 Eucalyptus

📋 copy color: '#409069'

red 64 ◦ green 144 ◦ blue 105

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

Shades of Eucalyptus #409069

Tints of Eucalyptus #409069

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.01%

 BLUE value IS 105 (41.41% from 255) = 33.55%

R = 20.45%
G = 46.01%
B = 33.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#409069 (or 0x409069) is known color: Eucalyptus. HEX triplet: 40, 90 and 69. RGB value is (64,144,105). Sum of RGB (Red+Green+Blue) = 64+144+105=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #409069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409069 is #BF6F96. Grayscale: #737373. Windows color (decimal): -12545943 or 6918208. OLE color: 6918208.

HSL color Cylindrical-coordinate representation of color #409069: hue angle of 150.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409069 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 144 105 -
CMYK 0.56 0 0.27 0.44
HSL 150.75º 0.38% 0.41% -
HSV(B) 150.75º 0.56% 0.56% -
XYZ 14.64 22.06 16.85 -
YUV 115.63 122 91.17 -
System Red Green Blue C M Y K H S L
Decimal 64 144 105 0.56 0 0.27 0.44 150.75 0.38 0.41
Hex 40 90 69 38 0 1B 2C 97 26 29
Octal 100 220 151 70 0 33 54 227 46 51
Binary 1000000 10010000 1101001 111000 0 11011 101100 10010111 100110 101001

Color Harmonies of #409069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409069

Black with #409069

Text Example


Text Example

White with #409069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409069; }

 p { color: rgb(64,144,105); }

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

background-color css

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

 a { background-color: rgb(64,144,105); }

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

border-color css

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

 span { border-color: rgb(64,144,105); }

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