Html Css Color HEX #449469 Eucalyptus

📋 copy color: '#449469'

red 68 ◦ green 148 ◦ blue 105

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

Shades of Eucalyptus #449469

Tints of Eucalyptus #449469

RGB

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

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

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

R = 21.18%
G = 46.11%
B = 32.71%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#449469 (or 0x449469) is known color: Eucalyptus. HEX triplet: 44, 94 and 69. RGB value is (68,148,105). Sum of RGB (Red+Green+Blue) = 68+148+105=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #449469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449469 is #BB6B96. Grayscale: #777777. Windows color (decimal): -12282775 or 6919236. OLE color: 6919236.

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

Color convert

RGB 68 148 105 -
CMYK 0.54 0 0.29 0.42
HSL 147.75º 0.37% 0.42% -
HSV(B) 147.75º 0.54% 0.58% -
XYZ 15.52 23.43 17.07 -
YUV 119.18 120 91.5 -
System Red Green Blue C M Y K H S L
Decimal 68 148 105 0.54 0 0.29 0.42 147.75 0.37 0.42
Hex 44 94 69 36 0 1D 2A 94 25 2A
Octal 104 224 151 66 0 35 52 224 45 52
Binary 1000100 10010100 1101001 110110 0 11101 101010 10010100 100101 101010

Color Harmonies of #449469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449469

Black with #449469

Text Example


Text Example

White with #449469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449469; }

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

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

background-color css

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

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

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

border-color css

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

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

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