Html Css Color HEX #497D49 Killarney

📋 copy color: '#497D49'

red 73 ◦ green 125 ◦ blue 73

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

Shades of Killarney #497D49

Tints of Killarney #497D49

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.13%

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

R = 26.94%
G = 46.13%
B = 26.94%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#497D49 (or 0x497D49) is known color: Killarney. HEX triplet: 49, 7D and 49. RGB value is (73,125,73). Sum of RGB (Red+Green+Blue) = 73+125+73=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 125 - color contains mainly: green. Hex color #497D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497D49 is #B682B6. Grayscale: #676767. Windows color (decimal): -11961015 or 4816201. OLE color: 4816201.

HSL color Cylindrical-coordinate representation of color #497D49: hue angle of 120º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497D49 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 125 73 -
CMYK 0.42 0 0.42 0.51
HSL 120º 0.26% 0.39% -
HSV(B) 120º 0.42% 0.49% -
XYZ 11.28 16.56 8.91 -
YUV 103.52 110.77 106.23 -
System Red Green Blue C M Y K H S L
Decimal 73 125 73 0.42 0 0.42 0.51 120 0.26 0.39
Hex 49 7D 49 2A 0 2A 33 78 1A 27
Octal 111 175 111 52 0 52 63 170 32 47
Binary 1001001 1111101 1001001 101010 0 101010 110011 1111000 11010 100111

Color Harmonies of #497D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497D49

Black with #497D49

Text Example


Text Example

White with #497D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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