Html Css Color HEX #497E50 Killarney

📋 copy color: '#497E50'

red 73 ◦ green 126 ◦ blue 80

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

Shades of Killarney #497E50

Tints of Killarney #497E50

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45.16%

 BLUE value IS 80 (31.64% from 255) = 28.67%

R = 26.16%
G = 45.16%
B = 28.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#497E50 (or 0x497E50) is known color: Killarney. HEX triplet: 49, 7E and 50. RGB value is (73,126,80). Sum of RGB (Red+Green+Blue) = 73+126+80=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 126 (49.61% from 255 or 45.16% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 126 - color contains mainly: green. Hex color #497E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497E50 is #B681AF. Grayscale: #696969. Windows color (decimal): -11960752 or 5275209. OLE color: 5275209.

HSL color Cylindrical-coordinate representation of color #497E50: hue angle of 127.92º degrees, saturation: 0.27, 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 #497E50 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 126 80 -
CMYK 0.42 0 0.37 0.51
HSL 127.92º 0.27% 0.39% -
HSV(B) 127.92º 0.42% 0.49% -
XYZ 11.66 16.92 10.24 -
YUV 104.91 113.94 105.24 -
System Red Green Blue C M Y K H S L
Decimal 73 126 80 0.42 0 0.37 0.51 127.92 0.27 0.39
Hex 49 7E 50 2A 0 25 33 80 1B 27
Octal 111 176 120 52 0 45 63 200 33 47
Binary 1001001 1111110 1010000 101010 0 100101 110011 10000000 11011 100111

Color Harmonies of #497E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497E50

Black with #497E50

Text Example


Text Example

White with #497E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,126,80); }

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

background-color css

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

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

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

border-color css

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

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

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