#478052

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

Shades of Killarney #478052

Tints of Killarney #478052

Color information

#478052 (or 0x478052) is unknown color: approx Killarney. HEX triplet: 47, 80 and 52. RGB value is (71,128,82). Sum of RGB (Red+Green+Blue) = 71+128+82=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #478052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478052 is #B87FAD. Grayscale: #696969. Windows color (decimal): -12091310 or 5406791. OLE color: 5406791.

HSL color Cylindrical-coordinate representation of color #478052: hue angle of 131.58º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #478052 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB7112882-
CMYK0.4500.360.50
HSL131.58º28.64%39.02%-
HSV(B)131.58º44.53%50.2%-
XYZ11.8417.3910.71-
YUV105.71114.62103.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.27%
GREEN value IS 128 (50.39% from 255) = 45.55%
BLUE value IS 82 (32.42% from 255) = 29.18%
R=25.27%
G=45.55%
B=29.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71128820.4500.360.50131.5828.6439.02
Hex4780522D02432841d27
Octal10720012255044622043547
Binary100011110000000101001010110101001001100101000010011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478052; }

 p { color: rgb(71,128,82); }

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

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

 a { background-color: rgb(71,128,82); }

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

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

 span { border-color: rgb(71,128,82); }

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