#47704F

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

Shades of Killarney #47704F

Tints of Killarney #47704F

Color information

#47704F (or 0x47704F) is unknown color: approx Killarney. HEX triplet: 47, 70 and 4F. RGB value is (71,112,79). Sum of RGB (Red+Green+Blue) = 71+112+79=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #47704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47704F is #B88FB0. Grayscale: #606060. Windows color (decimal): -12095409 or 5206087. OLE color: 5206087.

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

Color convert

RGB7111279-
CMYK0.3700.290.56
HSL131.71º22.4%35.88%-
HSV(B)131.71º36.61%43.92%-
XYZ9.813.499.48-
YUV95.98118.42110.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 112 (44.14% from 255) = 42.75%
BLUE value IS 79 (31.25% from 255) = 30.15%
R=27.10%
G=42.75%
B=30.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71112790.3700.290.56131.7122.435.88
Hex47704F2501D38841624
Octal10716011745035702042644
Binary1000111111000010011111001010111011110001000010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47704F; }

 p { color: rgb(71,112,79); }

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

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

 a { background-color: rgb(71,112,79); }

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

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

 span { border-color: rgb(71,112,79); }

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