Html Css Color HEX #449466 Eucalyptus

📋 copy color: '#449466'

red 68 ◦ green 148 ◦ blue 102

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

Shades of Eucalyptus #449466

Tints of Eucalyptus #449466

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.54%

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

R = 21.38%
G = 46.54%
B = 32.08%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#449466 (or 0x449466) is known color: Eucalyptus. HEX triplet: 44, 94 and 66. RGB value is (68,148,102). Sum of RGB (Red+Green+Blue) = 68+148+102=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #449466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449466 is #BB6B99. Grayscale: #767676. Windows color (decimal): -12282778 or 6722628. OLE color: 6722628.

HSL color Cylindrical-coordinate representation of color #449466: hue angle of 145.5º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449466 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 148 102 -
CMYK 0.54 0 0.31 0.42
HSL 145.5º 0.37% 0.42% -
HSV(B) 145.5º 0.54% 0.58% -
XYZ 15.37 23.37 16.27 -
YUV 118.84 118.5 91.74 -
System Red Green Blue C M Y K H S L
Decimal 68 148 102 0.54 0 0.31 0.42 145.5 0.37 0.42
Hex 44 94 66 36 0 1F 2A 92 25 2A
Octal 104 224 146 66 0 37 52 222 45 52
Binary 1000100 10010100 1100110 110110 0 11111 101010 10010010 100101 101010

Color Harmonies of #449466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449466

Black with #449466

Text Example


Text Example

White with #449466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449466; }

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

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

background-color css

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

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

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

border-color css

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

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

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