#476D4A

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

Shades of Killarney #476D4A

Tints of Killarney #476D4A

Color information

#476D4A (or 0x476D4A) is unknown color: approx Killarney. HEX triplet: 47, 6D and 4A. RGB value is (71,109,74). Sum of RGB (Red+Green+Blue) = 71+109+74=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 109 (42.97% from 255 or 42.91% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 109 - color contains mainly: green. Hex color #476D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476D4A is #B892B5. Grayscale: #5D5D5D. Windows color (decimal): -12096182 or 4877639. OLE color: 4877639.

HSL color Cylindrical-coordinate representation of color #476D4A: hue angle of 124.74º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #476D4A is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB7110974-
CMYK0.3500.320.57
HSL124.74º21.11%35.29%-
HSV(B)124.74º34.86%42.75%-
XYZ9.312.778.45-
YUV93.65116.91111.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.95%
GREEN value IS 109 (42.97% from 255) = 42.91%
BLUE value IS 74 (29.30% from 255) = 29.13%
R=27.95%
G=42.91%
B=29.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71109740.3500.320.57124.7421.1135.29
Hex476D4A23020397d1523
Octal10715511243040711752543
Binary1000111110110110010101000110100000111001111110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,109,74); }

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

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

 a { background-color: rgb(71,109,74); }

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

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

 span { border-color: rgb(71,109,74); }

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