Html Css Color HEX #497352 Killarney

📋 copy color: '#497352'

red 73 ◦ green 115 ◦ blue 82

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

Shades of Killarney #497352

Tints of Killarney #497352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.37%

R = 27.04%
G = 42.59%
B = 30.37%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#497352 (or 0x497352) is known color: Killarney. HEX triplet: 49, 73 and 52. RGB value is (73,115,82). Sum of RGB (Red+Green+Blue) = 73+115+82=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 115 - color contains mainly: green. Hex color #497352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497352 is #B68CAD. Grayscale: #626262. Windows color (decimal): -11963566 or 5403465. OLE color: 5403465.

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

Color convert

RGB 73 115 82 -
CMYK 0.37 0 0.29 0.55
HSL 132.86º 0.22% 0.37% -
HSV(B) 132.86º 0.37% 0.45% -
XYZ 10.4 14.29 10.19 -
YUV 98.68 118.59 109.68 -
System Red Green Blue C M Y K H S L
Decimal 73 115 82 0.37 0 0.29 0.55 132.86 0.22 0.37
Hex 49 73 52 25 0 1D 37 85 16 25
Octal 111 163 122 45 0 35 67 205 26 45
Binary 1001001 1110011 1010010 100101 0 11101 110111 10000101 10110 100101

Color Harmonies of #497352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497352

Black with #497352

Text Example


Text Example

White with #497352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497352; }

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

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

background-color css

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

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

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

border-color css

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

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

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