Html Css Color HEX #499069 Eucalyptus

📋 copy color: '#499069'

red 73 ◦ green 144 ◦ blue 105

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

Shades of Eucalyptus #499069

Tints of Eucalyptus #499069

RGB

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

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

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

R = 22.67%
G = 44.72%
B = 32.61%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#499069 (or 0x499069) is known color: Eucalyptus. HEX triplet: 49, 90 and 69. RGB value is (73,144,105). Sum of RGB (Red+Green+Blue) = 73+144+105=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #499069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499069 is #B66F96. Grayscale: #767676. Windows color (decimal): -11956119 or 6918217. OLE color: 6918217.

HSL color Cylindrical-coordinate representation of color #499069: hue angle of 147.04º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #499069 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 144 105 -
CMYK 0.49 0 0.27 0.44
HSL 147.04º 0.33% 0.43% -
HSV(B) 147.04º 0.49% 0.56% -
XYZ 15.27 22.38 16.88 -
YUV 118.33 120.48 95.67 -
System Red Green Blue C M Y K H S L
Decimal 73 144 105 0.49 0 0.27 0.44 147.04 0.33 0.43
Hex 49 90 69 31 0 1B 2C 93 21 2B
Octal 111 220 151 61 0 33 54 223 41 53
Binary 1001001 10010000 1101001 110001 0 11011 101100 10010011 100001 101011

Color Harmonies of #499069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499069

Black with #499069

Text Example


Text Example

White with #499069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499069; }

 p { color: rgb(73,144,105); }

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

background-color css

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

 a { background-color: rgb(73,144,105); }

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

border-color css

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

 span { border-color: rgb(73,144,105); }

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