Html Css Color HEX #497650 Killarney

📋 copy color: '#497650'

red 73 ◦ green 118 ◦ blue 80

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

Shades of Killarney #497650

Tints of Killarney #497650

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.54%

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

R = 26.94%
G = 43.54%
B = 29.52%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#497650 (or 0x497650) is known color: Killarney. HEX triplet: 49, 76 and 50. RGB value is (73,118,80). Sum of RGB (Red+Green+Blue) = 73+118+80=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 118 - color contains mainly: green. Hex color #497650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497650 is #B689AF. Grayscale: #646464. Windows color (decimal): -11962800 or 5273161. OLE color: 5273161.

HSL color Cylindrical-coordinate representation of color #497650: hue angle of 129.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497650 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 118 80 -
CMYK 0.38 0 0.32 0.54
HSL 129.33º 0.24% 0.37% -
HSV(B) 129.33º 0.38% 0.46% -
XYZ 10.67 14.95 9.91 -
YUV 100.21 116.59 108.59 -
System Red Green Blue C M Y K H S L
Decimal 73 118 80 0.38 0 0.32 0.54 129.33 0.24 0.37
Hex 49 76 50 26 0 20 36 81 18 25
Octal 111 166 120 46 0 40 66 201 30 45
Binary 1001001 1110110 1010000 100110 0 100000 110110 10000001 11000 100101

Color Harmonies of #497650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497650

Black with #497650

Text Example


Text Example

White with #497650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497650; }

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

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

background-color css

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

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

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

border-color css

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

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

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