Html Css Color HEX #496F49 Killarney

📋 copy color: '#496F49'

red 73 ◦ green 111 ◦ blue 73

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

Shades of Killarney #496F49

Tints of Killarney #496F49

RGB

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

 GREEN value IS 111 (43.75% from 255) = 43.19%

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

R = 28.4%
G = 43.19%
B = 28.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#496F49 (or 0x496F49) is known color: Killarney. HEX triplet: 49, 6F and 49. RGB value is (73,111,73). Sum of RGB (Red+Green+Blue) = 73+111+73=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 111 - color contains mainly: green. Hex color #496F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496F49 is #B690B6. Grayscale: #5F5F5F. Windows color (decimal): -11964599 or 4812617. OLE color: 4812617.

HSL color Cylindrical-coordinate representation of color #496F49: 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.34%. Process color model (Four color, CMYK) of #496F49 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 111 73 -
CMYK 0.34 0 0.34 0.56
HSL 120º 0.21% 0.36% -
HSV(B) 120º 0.34% 0.44% -
XYZ 9.63 13.27 8.36 -
YUV 95.31 115.41 112.09 -
System Red Green Blue C M Y K H S L
Decimal 73 111 73 0.34 0 0.34 0.56 120 0.21 0.36
Hex 49 6F 49 22 0 22 38 78 15 24
Octal 111 157 111 42 0 42 70 170 25 44
Binary 1001001 1101111 1001001 100010 0 100010 111000 1111000 10101 100100

Color Harmonies of #496F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496F49

Black with #496F49

Text Example


Text Example

White with #496F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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