Html Css Color HEX #449066 Eucalyptus

📋 copy color: '#449066'

red 68 ◦ green 144 ◦ blue 102

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

Shades of Eucalyptus #449066

Tints of Eucalyptus #449066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.48%

R = 21.66%
G = 45.86%
B = 32.48%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#449066 (or 0x449066) is known color: Eucalyptus. HEX triplet: 44, 90 and 66. RGB value is (68,144,102). Sum of RGB (Red+Green+Blue) = 68+144+102=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #449066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449066 is #BB6F99. Grayscale: #747474. Windows color (decimal): -12283802 or 6721604. OLE color: 6721604.

HSL color Cylindrical-coordinate representation of color #449066: hue angle of 146.84º 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 #449066 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 144 102 -
CMYK 0.53 0 0.29 0.44
HSL 146.84º 0.36% 0.42% -
HSV(B) 146.84º 0.53% 0.56% -
XYZ 14.76 22.13 16.07 -
YUV 116.49 119.82 93.42 -
System Red Green Blue C M Y K H S L
Decimal 68 144 102 0.53 0 0.29 0.44 146.84 0.36 0.42
Hex 44 90 66 35 0 1D 2C 93 24 2A
Octal 104 220 146 65 0 35 54 223 44 52
Binary 1000100 10010000 1100110 110101 0 11101 101100 10010011 100100 101010

Color Harmonies of #449066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449066

Black with #449066

Text Example


Text Example

White with #449066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449066; }

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

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

background-color css

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

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

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

border-color css

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

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

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