Html Css Color HEX #449063 Eucalyptus

📋 copy color: '#449063'

red 68 ◦ green 144 ◦ blue 99

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

Shades of Eucalyptus #449063

Tints of Eucalyptus #449063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.83%

R = 21.86%
G = 46.3%
B = 31.83%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#449063 (or 0x449063) is known color: Eucalyptus. HEX triplet: 44, 90 and 63. RGB value is (68,144,99). Sum of RGB (Red+Green+Blue) = 68+144+99=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #449063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449063 is #BB6F9C. Grayscale: #747474. Windows color (decimal): -12283805 or 6524996. OLE color: 6524996.

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

Color convert

RGB 68 144 99 -
CMYK 0.53 0 0.31 0.44
HSL 144.47º 0.36% 0.42% -
HSV(B) 144.47º 0.53% 0.56% -
XYZ 14.61 22.08 15.3 -
YUV 116.15 118.32 93.66 -
System Red Green Blue C M Y K H S L
Decimal 68 144 99 0.53 0 0.31 0.44 144.47 0.36 0.42
Hex 44 90 63 35 0 1F 2C 90 24 2A
Octal 104 220 143 65 0 37 54 220 44 52
Binary 1000100 10010000 1100011 110101 0 11111 101100 10010000 100100 101010

Color Harmonies of #449063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449063

Black with #449063

Text Example


Text Example

White with #449063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449063; }

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

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

background-color css

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

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

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

border-color css

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

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

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