#407049

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

Shades of Killarney #407049

Tints of Killarney #407049

Color information

#407049 (or 0x407049) is unknown color: approx Killarney. HEX triplet: 40, 70 and 49. RGB value is (64,112,73). Sum of RGB (Red+Green+Blue) = 64+112+73=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #407049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407049 is #BF8FB6. Grayscale: #5D5D5D. Windows color (decimal): -12554167 or 4812864. OLE color: 4812864.

HSL color Cylindrical-coordinate representation of color #407049: hue angle of 131.25º 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 #407049 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB6411273-
CMYK0.4300.350.56
HSL131.25º27.27%34.51%-
HSV(B)131.25º42.86%43.92%-
XYZ9.1113.168.36-
YUV93.2116.6107.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 112 (44.14% from 255) = 44.98%
BLUE value IS 73 (28.91% from 255) = 29.32%
R=25.70%
G=44.98%
B=29.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64112730.4300.350.56131.2527.2734.51
Hex4070492B02338831b23
Octal10016011153043702033343
Binary10000001110000100100110101101000111110001000001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407049; }

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

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

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

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

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

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

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

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