#407140

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

Shades of Killarney #407140

Tints of Killarney #407140

Color information

#407140 (or 0x407140) is unknown color: approx Killarney. HEX triplet: 40, 71 and 40. RGB value is (64,113,64). Sum of RGB (Red+Green+Blue) = 64+113+64=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #407140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407140 is #BF8EBF. Grayscale: #5C5C5C. Windows color (decimal): -12553920 or 4223296. OLE color: 4223296.

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

Color convert

RGB6411364-
CMYK0.4300.430.56
HSL120º27.68%34.71%-
HSV(B)120º43.36%44.31%-
XYZ8.9413.276.94-
YUV92.76111.77107.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 113 (44.53% from 255) = 46.89%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=26.56%
G=46.89%
B=26.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64113640.4300.430.5612027.6834.71
Hex4071402B02B38781c23
Octal10016110053053701703443
Binary1000000111000110000001010110101011111000111100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407140; }

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

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

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

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

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

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

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

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