Html Css Color HEX #449166 Eucalyptus

📋 copy color: '#449166'

red 68 ◦ green 145 ◦ blue 102

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

Shades of Eucalyptus #449166

Tints of Eucalyptus #449166

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.03%

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

R = 21.59%
G = 46.03%
B = 32.38%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#449166 (or 0x449166) is known color: Eucalyptus. HEX triplet: 44, 91 and 66. RGB value is (68,145,102). Sum of RGB (Red+Green+Blue) = 68+145+102=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #449166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449166 is #BB6E99. Grayscale: #757575. Windows color (decimal): -12283546 or 6721860. OLE color: 6721860.

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

Color convert

RGB 68 145 102 -
CMYK 0.53 0 0.30 0.43
HSL 146.49º 0.36% 0.42% -
HSV(B) 146.49º 0.53% 0.57% -
XYZ 14.91 22.44 16.12 -
YUV 117.08 119.49 93 -
System Red Green Blue C M Y K H S L
Decimal 68 145 102 0.53 0 0.30 0.43 146.49 0.36 0.42
Hex 44 91 66 35 0 1E 2B 92 24 2A
Octal 104 221 146 65 0 36 53 222 44 52
Binary 1000100 10010001 1100110 110101 0 11110 101011 10010010 100100 101010

Color Harmonies of #449166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449166

Black with #449166

Text Example


Text Example

White with #449166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449166; }

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

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

background-color css

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

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

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

border-color css

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

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

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