Html Css Color HEX #497253 Killarney

📋 copy color: '#497253'

red 73 ◦ green 114 ◦ blue 83

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

Shades of Killarney #497253

Tints of Killarney #497253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.74%

R = 27.04%
G = 42.22%
B = 30.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#497253 (or 0x497253) is known color: Killarney. HEX triplet: 49, 72 and 53. RGB value is (73,114,83). Sum of RGB (Red+Green+Blue) = 73+114+83=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 114 - color contains mainly: green. Hex color #497253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497253 is #B68DAC. Grayscale: #626262. Windows color (decimal): -11963821 or 5468745. OLE color: 5468745.

HSL color Cylindrical-coordinate representation of color #497253: hue angle of 134.63º 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 #497253 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 114 83 -
CMYK 0.36 0 0.27 0.55
HSL 134.63º 0.22% 0.37% -
HSV(B) 134.63º 0.36% 0.45% -
XYZ 10.33 14.08 10.36 -
YUV 98.21 119.42 110.02 -
System Red Green Blue C M Y K H S L
Decimal 73 114 83 0.36 0 0.27 0.55 134.63 0.22 0.37
Hex 49 72 53 24 0 1B 37 87 16 25
Octal 111 162 123 44 0 33 67 207 26 45
Binary 1001001 1110010 1010011 100100 0 11011 110111 10000111 10110 100101

Color Harmonies of #497253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497253

Black with #497253

Text Example


Text Example

White with #497253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497253; }

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

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

background-color css

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

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

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

border-color css

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

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

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