#478048

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

Shades of Killarney #478048

Tints of Killarney #478048

Color information

#478048 (or 0x478048) is unknown color: approx Killarney. HEX triplet: 47, 80 and 48. RGB value is (71,128,72). Sum of RGB (Red+Green+Blue) = 71+128+72=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 128 - color contains mainly: green. Hex color #478048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478048 is #B87FB7. Grayscale: #686868. Windows color (decimal): -12091320 or 4751431. OLE color: 4751431.

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

Color convert

RGB7112872-
CMYK0.4500.440.50
HSL121.05º28.64%39.02%-
HSV(B)121.05º44.53%50.2%-
XYZ11.4917.258.85-
YUV104.57109.62104.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.20%
GREEN value IS 128 (50.39% from 255) = 47.23%
BLUE value IS 72 (28.52% from 255) = 26.57%
R=26.20%
G=47.23%
B=26.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71128720.4500.440.50121.0528.6439.02
Hex4780482D02C32791d27
Octal10720011055054621713547
Binary10001111000000010010001011010101100110010111100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478048; }

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

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

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

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

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

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

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

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