#476F51

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

Shades of Killarney #476F51

Tints of Killarney #476F51

Color information

#476F51 (or 0x476F51) is unknown color: approx Killarney. HEX triplet: 47, 6F and 51. RGB value is (71,111,81). Sum of RGB (Red+Green+Blue) = 71+111+81=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 111 - color contains mainly: green. Hex color #476F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F51 is #B890AE. Grayscale: #5F5F5F. Windows color (decimal): -12095663 or 5336903. OLE color: 5336903.

HSL color Cylindrical-coordinate representation of color #476F51: hue angle of 135º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #476F51 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB7111181-
CMYK0.3600.270.56
HSL135º21.98%35.69%-
HSV(B)135º36.04%43.53%-
XYZ9.7713.39.84-
YUV95.62119.75110.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.00%
GREEN value IS 111 (43.75% from 255) = 42.21%
BLUE value IS 81 (32.03% from 255) = 30.80%
R=27.00%
G=42.21%
B=30.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71111810.3600.270.5613521.9835.69
Hex476F512401B38871624
Octal10715712144033702072644
Binary1000111110111110100011001000110111110001000011110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476F51; }

 p { color: rgb(71,111,81); }

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

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

 a { background-color: rgb(71,111,81); }

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

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

 span { border-color: rgb(71,111,81); }

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