#478355

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

Shades of Killarney #478355

Tints of Killarney #478355

Color information

#478355 (or 0x478355) is unknown color: approx Killarney. HEX triplet: 47, 83 and 55. RGB value is (71,131,85). Sum of RGB (Red+Green+Blue) = 71+131+85=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #478355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478355 is #B87CAA. Grayscale: #6B6B6B. Windows color (decimal): -12090539 or 5604167. OLE color: 5604167.

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

Color convert

RGB7113185-
CMYK0.4600.350.49
HSL134º29.7%39.61%-
HSV(B)134º45.8%51.37%-
XYZ12.3518.2311.46-
YUV107.82115.12101.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 131 (51.56% from 255) = 45.64%
BLUE value IS 85 (33.59% from 255) = 29.62%
R=24.74%
G=45.64%
B=29.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71131850.4600.350.4913429.739.61
Hex4783552E02331861e28
Octal10720312556043612063650
Binary100011110000011101010110111001000111100011000011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478355; }

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

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

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

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

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

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

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

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