Html Css Color HEX #497049 Killarney

📋 copy color: '#497049'

red 73 ◦ green 112 ◦ blue 73

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

Shades of Killarney #497049

Tints of Killarney #497049

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.41%

 BLUE value IS 73 (28.91% from 255) = 28.29%

R = 28.29%
G = 43.41%
B = 28.29%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#497049 (or 0x497049) is known color: Killarney. HEX triplet: 49, 70 and 49. RGB value is (73,112,73). Sum of RGB (Red+Green+Blue) = 73+112+73=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #497049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497049 is #B68FB6. Grayscale: #606060. Windows color (decimal): -11964343 or 4812873. OLE color: 4812873.

HSL color Cylindrical-coordinate representation of color #497049: hue angle of 120º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #497049 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 112 73 -
CMYK 0.35 0 0.35 0.56
HSL 120º 0.21% 0.36% -
HSV(B) 120º 0.35% 0.44% -
XYZ 9.74 13.49 8.39 -
YUV 95.89 115.08 111.67 -
System Red Green Blue C M Y K H S L
Decimal 73 112 73 0.35 0 0.35 0.56 120 0.21 0.36
Hex 49 70 49 23 0 23 38 78 15 24
Octal 111 160 111 43 0 43 70 170 25 44
Binary 1001001 1110000 1001001 100011 0 100011 111000 1111000 10101 100100

Color Harmonies of #497049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497049

Black with #497049

Text Example


Text Example

White with #497049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497049; }

 p { color: rgb(73,112,73); }

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

background-color css

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

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

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

border-color css

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

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

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