#407042

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

Shades of Killarney #407042

Tints of Killarney #407042

Color information

#407042 (or 0x407042) is unknown color: approx Killarney. HEX triplet: 40, 70 and 42. RGB value is (64,112,66). Sum of RGB (Red+Green+Blue) = 64+112+66=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #407042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407042 is #BF8FBD. Grayscale: #5C5C5C. Windows color (decimal): -12554174 or 4354112. OLE color: 4354112.

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

Color convert

RGB6411266-
CMYK0.4300.410.56
HSL122.5º27.27%34.51%-
HSV(B)122.5º42.86%43.92%-
XYZ8.8913.077.21-
YUV92.4113.1107.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.45%
GREEN value IS 112 (44.14% from 255) = 46.28%
BLUE value IS 66 (26.17% from 255) = 27.27%
R=26.45%
G=46.28%
B=27.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64112660.4300.410.56122.527.2734.51
Hex4070422B029387a1b23
Octal10016010253051701723343
Binary1000000111000010000101010110101001111000111101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407042; }

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

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

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

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

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

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

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

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