#478250

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

Shades of Killarney #478250

Tints of Killarney #478250

Color information

#478250 (or 0x478250) is unknown color: approx Killarney. HEX triplet: 47, 82 and 50. RGB value is (71,130,80). Sum of RGB (Red+Green+Blue) = 71+130+80=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #478250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478250 is #B87DAF. Grayscale: #6A6A6A. Windows color (decimal): -12090800 or 5276231. OLE color: 5276231.

HSL color Cylindrical-coordinate representation of color #478250: hue angle of 129.15º 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 #478250 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB7113080-
CMYK0.4500.380.49
HSL129.15º29.35%39.41%-
HSV(B)129.15º45.38%50.98%-
XYZ12.0317.8810.41-
YUV106.66112.95102.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.27%
GREEN value IS 130 (51.17% from 255) = 46.26%
BLUE value IS 80 (31.64% from 255) = 28.47%
R=25.27%
G=46.26%
B=28.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71130800.4500.380.49129.1529.3539.41
Hex4782502D02631811d27
Octal10720212055046612013547
Binary100011110000010101000010110101001101100011000000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478250; }

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

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

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

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

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

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

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

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