Html Css Color HEX #449566 Eucalyptus

📋 copy color: '#449566'

red 68 ◦ green 149 ◦ blue 102

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

Shades of Eucalyptus #449566

Tints of Eucalyptus #449566

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.71%

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

R = 21.32%
G = 46.71%
B = 31.97%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#449566 (or 0x449566) is known color: Eucalyptus. HEX triplet: 44, 95 and 66. RGB value is (68,149,102). Sum of RGB (Red+Green+Blue) = 68+149+102=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #449566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449566 is #BB6A99. Grayscale: #777777. Windows color (decimal): -12282522 or 6722884. OLE color: 6722884.

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

Color convert

RGB 68 149 102 -
CMYK 0.54 0 0.32 0.42
HSL 145.19º 0.37% 0.43% -
HSV(B) 145.19º 0.54% 0.58% -
XYZ 15.53 23.68 16.32 -
YUV 119.42 118.16 91.32 -
System Red Green Blue C M Y K H S L
Decimal 68 149 102 0.54 0 0.32 0.42 145.19 0.37 0.43
Hex 44 95 66 36 0 20 2A 91 25 2B
Octal 104 225 146 66 0 40 52 221 45 53
Binary 1000100 10010101 1100110 110110 0 100000 101010 10010001 100101 101011

Color Harmonies of #449566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449566

Black with #449566

Text Example


Text Example

White with #449566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449566; }

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

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

background-color css

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

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

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

border-color css

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

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

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