#497152

Color #497152 Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #497152

Tints of Killarney #497152

Color information

#497152 (or 0x497152) is unknown color: approx Killarney. HEX triplet: 49, 71 and 52. RGB value is (73,113,82). Sum of RGB (Red+Green+Blue) = 73+113+82=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #497152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497152 is #B68EAD. Grayscale: #616161. Windows color (decimal): -11964078 or 5402953. OLE color: 5402953.

HSL color Cylindrical-coordinate representation of color #497152: hue angle of 133.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #497152 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB7311382-
CMYK0.3500.270.56
HSL133.5º21.51%36.47%-
HSV(B)133.5º35.4%44.31%-
XYZ10.1813.8410.12-
YUV97.51119.25110.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 113 (44.53% from 255) = 42.16%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=27.24%
G=42.16%
B=30.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73113820.3500.270.56133.521.5136.47
Hex4971522301B38861624
Octal11116112243033702062644
Binary1001001111000110100101000110110111110001000011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497152; }

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

 H1.HeaderClassName
 {
   color: #497152;
 }
 .AnyTagClassName
 {
   color: #497152;
 }
</style>
background-color css

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

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

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

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

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

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