#407046

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

Shades of Killarney #407046

Tints of Killarney #407046

Color information

#407046 (or 0x407046) is unknown color: approx Killarney. HEX triplet: 40, 70 and 46. RGB value is (64,112,70). Sum of RGB (Red+Green+Blue) = 64+112+70=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #407046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407046 is #BF8FB9. Grayscale: #5C5C5C. Windows color (decimal): -12554170 or 4616256. OLE color: 4616256.

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

Color convert

RGB6411270-
CMYK0.4300.380.56
HSL127.5º27.27%34.51%-
HSV(B)127.5º42.86%43.92%-
XYZ9.0113.127.85-
YUV92.86115.1107.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 112 (44.14% from 255) = 45.53%
BLUE value IS 70 (27.73% from 255) = 28.46%
R=26.02%
G=45.53%
B=28.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64112700.4300.380.56127.527.2734.51
Hex4070462B026387f1b23
Octal10016010653046701773343
Binary1000000111000010001101010110100110111000111111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407046; }

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

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

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

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

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

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

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

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