#407142

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

Shades of Killarney #407142

Tints of Killarney #407142

Color information

#407142 (or 0x407142) is unknown color: approx Killarney. HEX triplet: 40, 71 and 42. RGB value is (64,113,66). Sum of RGB (Red+Green+Blue) = 64+113+66=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #407142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407142 is #BF8EBD. Grayscale: #5D5D5D. Windows color (decimal): -12553918 or 4354368. OLE color: 4354368.

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

Color convert

RGB6411366-
CMYK0.4300.420.56
HSL122.45º27.68%34.71%-
HSV(B)122.45º43.36%44.31%-
XYZ913.297.25-
YUV92.99112.77107.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.34%
GREEN value IS 113 (44.53% from 255) = 46.50%
BLUE value IS 66 (26.17% from 255) = 27.16%
R=26.34%
G=46.50%
B=27.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64113660.4300.420.56122.4527.6834.71
Hex4071422B02A387a1c23
Octal10016110253052701723443
Binary1000000111000110000101010110101010111000111101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407142; }

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

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

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

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

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

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

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

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