Html Css Color HEX #497350 Killarney

📋 copy color: '#497350'

red 73 ◦ green 115 ◦ blue 80

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

Shades of Killarney #497350

Tints of Killarney #497350

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.91%

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

R = 27.24%
G = 42.91%
B = 29.85%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#497350 (or 0x497350) is known color: Killarney. HEX triplet: 49, 73 and 50. RGB value is (73,115,80). Sum of RGB (Red+Green+Blue) = 73+115+80=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 115 - color contains mainly: green. Hex color #497350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497350 is #B68CAF. Grayscale: #626262. Windows color (decimal): -11963568 or 5272393. OLE color: 5272393.

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

Color convert

RGB 73 115 80 -
CMYK 0.37 0 0.30 0.55
HSL 130º 0.22% 0.37% -
HSV(B) 130º 0.37% 0.45% -
XYZ 10.33 14.26 9.8 -
YUV 98.45 117.59 109.85 -
System Red Green Blue C M Y K H S L
Decimal 73 115 80 0.37 0 0.30 0.55 130 0.22 0.37
Hex 49 73 50 25 0 1E 37 82 16 25
Octal 111 163 120 45 0 36 67 202 26 45
Binary 1001001 1110011 1010000 100101 0 11110 110111 10000010 10110 100101

Color Harmonies of #497350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497350

Black with #497350

Text Example


Text Example

White with #497350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497350; }

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

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

background-color css

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

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

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

border-color css

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

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

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