#407242

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

Shades of Killarney #407242

Tints of Killarney #407242

Color information

#407242 (or 0x407242) is unknown color: approx Killarney. HEX triplet: 40, 72 and 42. RGB value is (64,114,66). Sum of RGB (Red+Green+Blue) = 64+114+66=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #407242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407242 is #BF8DBD. Grayscale: #5D5D5D. Windows color (decimal): -12553662 or 4354624. OLE color: 4354624.

HSL color Cylindrical-coordinate representation of color #407242: hue angle of 122.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #407242 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB6411466-
CMYK0.4400.420.55
HSL122.4º28.09%34.9%-
HSV(B)122.4º43.86%44.71%-
XYZ9.1213.527.28-
YUV93.58112.44106.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.23%
GREEN value IS 114 (44.92% from 255) = 46.72%
BLUE value IS 66 (26.17% from 255) = 27.05%
R=26.23%
G=46.72%
B=27.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64114660.4400.420.55122.428.0934.9
Hex4072422C02A377a1c23
Octal10016210254052671723443
Binary1000000111001010000101011000101010110111111101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407242; }

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

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

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

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

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

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

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

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