Html Css Color HEX #449069 Eucalyptus

📋 copy color: '#449069'

red 68 ◦ green 144 ◦ blue 105

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

Shades of Eucalyptus #449069

Tints of Eucalyptus #449069

RGB

 RED value IS 68 (26.95% from 255) = 21.45%

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

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

R = 21.45%
G = 45.43%
B = 33.12%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#449069 (or 0x449069) is known color: Eucalyptus. HEX triplet: 44, 90 and 69. RGB value is (68,144,105). Sum of RGB (Red+Green+Blue) = 68+144+105=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #449069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449069 is #BB6F96. Grayscale: #747474. Windows color (decimal): -12283799 or 6918212. OLE color: 6918212.

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

Color convert

RGB 68 144 105 -
CMYK 0.53 0 0.27 0.44
HSL 149.21º 0.36% 0.42% -
HSV(B) 149.21º 0.53% 0.56% -
XYZ 14.91 22.2 16.86 -
YUV 116.83 121.32 93.17 -
System Red Green Blue C M Y K H S L
Decimal 68 144 105 0.53 0 0.27 0.44 149.21 0.36 0.42
Hex 44 90 69 35 0 1B 2C 95 24 2A
Octal 104 220 151 65 0 33 54 225 44 52
Binary 1000100 10010000 1101001 110101 0 11011 101100 10010101 100100 101010

Color Harmonies of #449069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449069

Black with #449069

Text Example


Text Example

White with #449069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449069; }

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

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

background-color css

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

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

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

border-color css

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

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

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