#407240

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

Shades of Killarney #407240

Tints of Killarney #407240

Color information

#407240 (or 0x407240) is unknown color: approx Killarney. HEX triplet: 40, 72 and 40. RGB value is (64,114,64). Sum of RGB (Red+Green+Blue) = 64+114+64=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 114 - color contains mainly: green. Hex color #407240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407240 is #BF8DBF. Grayscale: #5D5D5D. Windows color (decimal): -12553664 or 4223552. OLE color: 4223552.

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

Color convert

RGB6411464-
CMYK0.4400.440.55
HSL120º28.09%34.9%-
HSV(B)120º43.86%44.71%-
XYZ9.0613.496.98-
YUV93.35111.44107.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.45%
GREEN value IS 114 (44.92% from 255) = 47.11%
BLUE value IS 64 (25.39% from 255) = 26.45%
R=26.45%
G=47.11%
B=26.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64114640.4400.440.5512028.0934.9
Hex4072402C02C37781c23
Octal10016210054054671703443
Binary1000000111001010000001011000101100110111111100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407240; }

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

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

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

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

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

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

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

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