Html Css Color HEX #449468 Eucalyptus

📋 copy color: '#449468'

red 68 ◦ green 148 ◦ blue 104

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

Shades of Eucalyptus #449468

Tints of Eucalyptus #449468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.5%

R = 21.25%
G = 46.25%
B = 32.5%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#449468 (or 0x449468) is known color: Eucalyptus. HEX triplet: 44, 94 and 68. RGB value is (68,148,104). Sum of RGB (Red+Green+Blue) = 68+148+104=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #449468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449468 is #BB6B97. Grayscale: #777777. Windows color (decimal): -12282776 or 6853700. OLE color: 6853700.

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

Color convert

RGB 68 148 104 -
CMYK 0.54 0 0.30 0.42
HSL 147º 0.37% 0.42% -
HSV(B) 147º 0.54% 0.58% -
XYZ 15.47 23.41 16.8 -
YUV 119.06 119.5 91.58 -
System Red Green Blue C M Y K H S L
Decimal 68 148 104 0.54 0 0.30 0.42 147 0.37 0.42
Hex 44 94 68 36 0 1E 2A 93 25 2A
Octal 104 224 150 66 0 36 52 223 45 52
Binary 1000100 10010100 1101000 110110 0 11110 101010 10010011 100101 101010

Color Harmonies of #449468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449468

Black with #449468

Text Example


Text Example

White with #449468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449468; }

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

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

background-color css

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

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

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

border-color css

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

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

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