#478450

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

Shades of Killarney #478450

Tints of Killarney #478450

Color information

#478450 (or 0x478450) is unknown color: approx Killarney. HEX triplet: 47, 84 and 50. RGB value is (71,132,80). Sum of RGB (Red+Green+Blue) = 71+132+80=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #478450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478450 is #B87BAF. Grayscale: #6B6B6B. Windows color (decimal): -12090288 or 5276743. OLE color: 5276743.

HSL color Cylindrical-coordinate representation of color #478450: hue angle of 128.85º 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 #478450 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB7113280-
CMYK0.4600.390.48
HSL128.85º30.05%39.8%-
HSV(B)128.85º46.21%51.76%-
XYZ12.318.4210.5-
YUV107.83112.29101.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.09%
GREEN value IS 132 (51.95% from 255) = 46.64%
BLUE value IS 80 (31.64% from 255) = 28.27%
R=25.09%
G=46.64%
B=28.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71132800.4600.390.48128.8530.0539.8
Hex4784502E02730811e28
Octal10720412056047602013650
Binary100011110000100101000010111001001111100001000000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478450; }

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

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

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

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

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

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

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

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