Html Css Color HEX #499168 Eucalyptus

📋 copy color: '#499168'

red 73 ◦ green 145 ◦ blue 104

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

Shades of Eucalyptus #499168

Tints of Eucalyptus #499168

RGB

 RED value IS 73 (28.91% from 255) = 22.67%

 GREEN value IS 145 (57.03% from 255) = 45.03%

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

R = 22.67%
G = 45.03%
B = 32.3%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#499168 (or 0x499168) is known color: Eucalyptus. HEX triplet: 49, 91 and 68. RGB value is (73,145,104). Sum of RGB (Red+Green+Blue) = 73+145+104=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #499168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499168 is #B66E97. Grayscale: #767676. Windows color (decimal): -11955864 or 6852937. OLE color: 6852937.

HSL color Cylindrical-coordinate representation of color #499168: hue angle of 145.83º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499168 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 145 104 -
CMYK 0.50 0 0.28 0.43
HSL 145.83º 0.33% 0.43% -
HSV(B) 145.83º 0.5% 0.57% -
XYZ 15.37 22.67 16.66 -
YUV 118.8 119.65 95.33 -
System Red Green Blue C M Y K H S L
Decimal 73 145 104 0.50 0 0.28 0.43 145.83 0.33 0.43
Hex 49 91 68 32 0 1C 2B 92 21 2B
Octal 111 221 150 62 0 34 53 222 41 53
Binary 1001001 10010001 1101000 110010 0 11100 101011 10010010 100001 101011

Color Harmonies of #499168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499168

Black with #499168

Text Example


Text Example

White with #499168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499168; }

 p { color: rgb(73,145,104); }

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

background-color css

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

 a { background-color: rgb(73,145,104); }

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

border-color css

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

 span { border-color: rgb(73,145,104); }

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