#47704B

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

Shades of Killarney #47704B

Tints of Killarney #47704B

Color information

#47704B (or 0x47704B) is unknown color: approx Killarney. HEX triplet: 47, 70 and 4B. RGB value is (71,112,75). Sum of RGB (Red+Green+Blue) = 71+112+75=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #47704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47704B is #B88FB4. Grayscale: #5F5F5F. Windows color (decimal): -12095413 or 4943943. OLE color: 4943943.

HSL color Cylindrical-coordinate representation of color #47704B: hue angle of 125.85º 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 #47704B is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB7111275-
CMYK0.3700.330.56
HSL125.85º22.4%35.88%-
HSV(B)125.85º36.61%43.92%-
XYZ9.6613.448.74-
YUV95.52116.42110.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.52%
GREEN value IS 112 (44.14% from 255) = 43.41%
BLUE value IS 75 (29.69% from 255) = 29.07%
R=27.52%
G=43.41%
B=29.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71112750.3700.330.56125.8522.435.88
Hex47704B25021387e1624
Octal10716011345041701762644
Binary1000111111000010010111001010100001111000111111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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