Html Css Color HEX #497250 Killarney

📋 copy color: '#497250'

red 73 ◦ green 114 ◦ blue 80

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

Shades of Killarney #497250

Tints of Killarney #497250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.7%

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

R = 27.34%
G = 42.7%
B = 29.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#497250 (or 0x497250) is known color: Killarney. HEX triplet: 49, 72 and 50. RGB value is (73,114,80). Sum of RGB (Red+Green+Blue) = 73+114+80=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 114 - color contains mainly: green. Hex color #497250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497250 is #B68DAF. Grayscale: #616161. Windows color (decimal): -11963824 or 5272137. OLE color: 5272137.

HSL color Cylindrical-coordinate representation of color #497250: hue angle of 130.24º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #497250 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 114 80 -
CMYK 0.36 0 0.30 0.55
HSL 130.24º 0.22% 0.37% -
HSV(B) 130.24º 0.36% 0.45% -
XYZ 10.21 14.03 9.76 -
YUV 97.87 117.92 110.26 -
System Red Green Blue C M Y K H S L
Decimal 73 114 80 0.36 0 0.30 0.55 130.24 0.22 0.37
Hex 49 72 50 24 0 1E 37 82 16 25
Octal 111 162 120 44 0 36 67 202 26 45
Binary 1001001 1110010 1010000 100100 0 11110 110111 10000010 10110 100101

Color Harmonies of #497250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497250

Black with #497250

Text Example


Text Example

White with #497250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497250; }

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

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

background-color css

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

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

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

border-color css

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

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

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