#478255

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

Shades of Killarney #478255

Tints of Killarney #478255

Color information

#478255 (or 0x478255) is unknown color: approx Killarney. HEX triplet: 47, 82 and 55. RGB value is (71,130,85). Sum of RGB (Red+Green+Blue) = 71+130+85=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #478255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478255 is #B87DAA. Grayscale: #6B6B6B. Windows color (decimal): -12090795 or 5603911. OLE color: 5603911.

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

Color convert

RGB7113085-
CMYK0.4500.350.49
HSL134.24º29.35%39.41%-
HSV(B)134.24º45.38%50.98%-
XYZ12.2217.9611.42-
YUV107.23115.45102.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.83%
GREEN value IS 130 (51.17% from 255) = 45.45%
BLUE value IS 85 (33.59% from 255) = 29.72%
R=24.83%
G=45.45%
B=29.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71130850.4500.350.49134.2429.3539.41
Hex4782552D02331861d27
Octal10720212555043612063547
Binary100011110000010101010110110101000111100011000011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478255; }

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

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

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

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

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

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

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

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