Html Css Color HEX #409269 Eucalyptus

📋 copy color: '#409269'

red 64 ◦ green 146 ◦ blue 105

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

Shades of Eucalyptus #409269

Tints of Eucalyptus #409269

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.35%

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

R = 20.32%
G = 46.35%
B = 33.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#409269 (or 0x409269) is known color: Eucalyptus. HEX triplet: 40, 92 and 69. RGB value is (64,146,105). Sum of RGB (Red+Green+Blue) = 64+146+105=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #409269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409269 is #BF6D96. Grayscale: #747474. Windows color (decimal): -12545431 or 6918720. OLE color: 6918720.

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

Color convert

RGB 64 146 105 -
CMYK 0.56 0 0.28 0.43
HSL 150º 0.39% 0.41% -
HSV(B) 150º 0.56% 0.57% -
XYZ 14.94 22.67 16.95 -
YUV 116.81 121.33 90.33 -
System Red Green Blue C M Y K H S L
Decimal 64 146 105 0.56 0 0.28 0.43 150 0.39 0.41
Hex 40 92 69 38 0 1C 2B 96 27 29
Octal 100 222 151 70 0 34 53 226 47 51
Binary 1000000 10010010 1101001 111000 0 11100 101011 10010110 100111 101001

Color Harmonies of #409269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409269

Black with #409269

Text Example


Text Example

White with #409269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409269; }

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

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

background-color css

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

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

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

border-color css

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

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

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