#476C4C

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

Shades of Killarney #476C4C

Tints of Killarney #476C4C

Color information

#476C4C (or 0x476C4C) is unknown color: approx Killarney. HEX triplet: 47, 6C and 4C. RGB value is (71,108,76). Sum of RGB (Red+Green+Blue) = 71+108+76=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 108 - color contains mainly: green. Hex color #476C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476C4C is #B893B3. Grayscale: #5D5D5D. Windows color (decimal): -12096436 or 5008455. OLE color: 5008455.

HSL color Cylindrical-coordinate representation of color #476C4C: hue angle of 128.11º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #476C4C is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB7110876-
CMYK0.3400.300.58
HSL128.11º20.67%35.1%-
HSV(B)128.11º34.26%42.35%-
XYZ9.2712.598.78-
YUV93.29118.24112.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.84%
GREEN value IS 108 (42.58% from 255) = 42.35%
BLUE value IS 76 (30.08% from 255) = 29.80%
R=27.84%
G=42.35%
B=29.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71108760.3400.300.58128.1120.6735.1
Hex476C4C2201E3A801523
Octal10715411442036722002543
Binary1000111110110010011001000100111101110101000000010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,108,76); }

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

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

 a { background-color: rgb(71,108,76); }

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

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

 span { border-color: rgb(71,108,76); }

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