#407040

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

Shades of Killarney #407040

Tints of Killarney #407040

Color information

#407040 (or 0x407040) is unknown color: approx Killarney. HEX triplet: 40, 70 and 40. RGB value is (64,112,64). Sum of RGB (Red+Green+Blue) = 64+112+64=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #407040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407040 is #BF8FBF. Grayscale: #5C5C5C. Windows color (decimal): -12554176 or 4223040. OLE color: 4223040.

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

Color convert

RGB6411264-
CMYK0.4300.430.56
HSL120º27.27%34.51%-
HSV(B)120º42.86%43.92%-
XYZ8.8313.056.9-
YUV92.18112.1107.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.67%
GREEN value IS 112 (44.14% from 255) = 46.67%
BLUE value IS 64 (25.39% from 255) = 26.67%
R=26.67%
G=46.67%
B=26.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64112640.4300.430.5612027.2734.51
Hex4070402B02B38781b23
Octal10016010053053701703343
Binary1000000111000010000001010110101011111000111100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407040; }

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

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

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

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

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

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

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

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