#476F52

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

Shades of Killarney #476F52

Tints of Killarney #476F52

Color information

#476F52 (or 0x476F52) is unknown color: approx Killarney. HEX triplet: 47, 6F and 52. RGB value is (71,111,82). Sum of RGB (Red+Green+Blue) = 71+111+82=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 111 - color contains mainly: green. Hex color #476F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F52 is #B890AD. Grayscale: #5F5F5F. Windows color (decimal): -12095662 or 5402439. OLE color: 5402439.

HSL color Cylindrical-coordinate representation of color #476F52: hue angle of 136.5º 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 #476F52 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB7111182-
CMYK0.3600.260.56
HSL136.5º21.98%35.69%-
HSV(B)136.5º36.04%43.53%-
XYZ9.8113.3210.04-
YUV95.73120.25110.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.89%
GREEN value IS 111 (43.75% from 255) = 42.05%
BLUE value IS 82 (32.42% from 255) = 31.06%
R=26.89%
G=42.05%
B=31.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71111820.3600.260.56136.521.9835.69
Hex476F522401A38881624
Octal10715712244032702102644
Binary1000111110111110100101001000110101110001000100010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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