#478252

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

Shades of Killarney #478252

Tints of Killarney #478252

Color information

#478252 (or 0x478252) is unknown color: approx Killarney. HEX triplet: 47, 82 and 52. RGB value is (71,130,82). Sum of RGB (Red+Green+Blue) = 71+130+82=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #478252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478252 is #B87DAD. Grayscale: #6B6B6B. Windows color (decimal): -12090798 or 5407303. OLE color: 5407303.

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

Color convert

RGB7113082-
CMYK0.4500.370.49
HSL131.19º29.35%39.41%-
HSV(B)131.19º45.38%50.98%-
XYZ12.117.9110.8-
YUV106.89113.95102.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.09%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=25.09%
G=45.94%
B=28.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71130820.4500.370.49131.1929.3539.41
Hex4782522D02531831d27
Octal10720212255045612033547
Binary100011110000010101001010110101001011100011000001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478252; }

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

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

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

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

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

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

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

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