#407145

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

Shades of Killarney #407145

Tints of Killarney #407145

Color information

#407145 (or 0x407145) is unknown color: approx Killarney. HEX triplet: 40, 71 and 45. RGB value is (64,113,69). Sum of RGB (Red+Green+Blue) = 64+113+69=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #407145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407145 is #BF8EBA. Grayscale: #5D5D5D. Windows color (decimal): -12553915 or 4550976. OLE color: 4550976.

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

Color convert

RGB6411369-
CMYK0.4300.390.56
HSL126.12º27.68%34.71%-
HSV(B)126.12º43.36%44.31%-
XYZ9.0913.337.72-
YUV93.33114.27107.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 113 (44.53% from 255) = 45.93%
BLUE value IS 69 (27.34% from 255) = 28.05%
R=26.02%
G=45.93%
B=28.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64113690.4300.390.56126.1227.6834.71
Hex4071452B027387e1c23
Octal10016110553047701763443
Binary1000000111000110001011010110100111111000111111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407145; }

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

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

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

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

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

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

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

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