#478055

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

Shades of Killarney #478055

Tints of Killarney #478055

Color information

#478055 (or 0x478055) is unknown color: approx Killarney. HEX triplet: 47, 80 and 55. RGB value is (71,128,85). Sum of RGB (Red+Green+Blue) = 71+128+85=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #478055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478055 is #B87FAA. Grayscale: #6A6A6A. Windows color (decimal): -12091307 or 5603399. OLE color: 5603399.

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

Color convert

RGB7112885-
CMYK0.4500.340.50
HSL134.74º28.64%39.02%-
HSV(B)134.74º44.53%50.2%-
XYZ11.9617.4311.33-
YUV106.06116.12103-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 128 (50.39% from 255) = 45.07%
BLUE value IS 85 (33.59% from 255) = 29.93%
R=25%
G=45.07%
B=29.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71128850.4500.340.50134.7428.6439.02
Hex4780552D02232871d27
Octal10720012555042622073547
Binary100011110000000101010110110101000101100101000011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478055; }

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

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

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

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

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

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

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

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