#407047

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

Shades of Killarney #407047

Tints of Killarney #407047

Color information

#407047 (or 0x407047) is unknown color: approx Killarney. HEX triplet: 40, 70 and 47. RGB value is (64,112,71). Sum of RGB (Red+Green+Blue) = 64+112+71=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #407047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407047 is #BF8FB8. Grayscale: #5D5D5D. Windows color (decimal): -12554169 or 4681792. OLE color: 4681792.

HSL color Cylindrical-coordinate representation of color #407047: hue angle of 128.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #407047 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB6411271-
CMYK0.4300.370.56
HSL128.75º27.27%34.51%-
HSV(B)128.75º42.86%43.92%-
XYZ9.0513.138.02-
YUV92.97115.6107.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.91%
GREEN value IS 112 (44.14% from 255) = 45.34%
BLUE value IS 71 (28.12% from 255) = 28.74%
R=25.91%
G=45.34%
B=28.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64112710.4300.370.56128.7527.2734.51
Hex4070472B02538811b23
Octal10016010753045702013343
Binary10000001110000100011110101101001011110001000000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407047; }

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

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

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

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

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

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

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

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