#407244

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

Shades of Killarney #407244

Tints of Killarney #407244

Color information

#407244 (or 0x407244) is unknown color: approx Killarney. HEX triplet: 40, 72 and 44. RGB value is (64,114,68). Sum of RGB (Red+Green+Blue) = 64+114+68=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 114 - color contains mainly: green. Hex color #407244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407244 is #BF8DBB. Grayscale: #5D5D5D. Windows color (decimal): -12553660 or 4485696. OLE color: 4485696.

HSL color Cylindrical-coordinate representation of color #407244: hue angle of 124.8º 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 #407244 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB6411468-
CMYK0.4400.400.55
HSL124.8º28.09%34.9%-
HSV(B)124.8º43.86%44.71%-
XYZ9.1813.547.6-
YUV93.81113.44106.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 114 (44.92% from 255) = 46.34%
BLUE value IS 68 (26.95% from 255) = 27.64%
R=26.02%
G=46.34%
B=27.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64114680.4400.400.55124.828.0934.9
Hex4072442C028377d1c23
Octal10016210454050671753443
Binary1000000111001010001001011000101000110111111110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407244; }

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

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

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

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

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

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

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

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