#478448

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

Shades of Killarney #478448

Tints of Killarney #478448

Color information

#478448 (or 0x478448) is unknown color: approx Killarney. HEX triplet: 47, 84 and 48. RGB value is (71,132,72). Sum of RGB (Red+Green+Blue) = 71+132+72=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #478448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478448 is #B87BB7. Grayscale: #6B6B6B. Windows color (decimal): -12090296 or 4752455. OLE color: 4752455.

HSL color Cylindrical-coordinate representation of color #478448: hue angle of 120.98º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #478448 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB7113272-
CMYK0.4600.450.48
HSL120.98º30.05%39.8%-
HSV(B)120.98º46.21%51.76%-
XYZ12.0218.319.03-
YUV106.92108.29102.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.82%
GREEN value IS 132 (51.95% from 255) = 48%
BLUE value IS 72 (28.52% from 255) = 26.18%
R=25.82%
G=48%
B=26.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71132720.4600.450.48120.9830.0539.8
Hex4784482E02D30791e28
Octal10720411056055601713650
Binary10001111000010010010001011100101101110000111100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478448; }

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

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

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

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

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

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

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

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