#407141

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

Shades of Killarney #407141

Tints of Killarney #407141

Color information

#407141 (or 0x407141) is unknown color: approx Killarney. HEX triplet: 40, 71 and 41. RGB value is (64,113,65). Sum of RGB (Red+Green+Blue) = 64+113+65=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #407141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407141 is #BF8EBE. Grayscale: #5D5D5D. Windows color (decimal): -12553919 or 4288832. OLE color: 4288832.

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

Color convert

RGB6411365-
CMYK0.4300.420.56
HSL121.22º27.68%34.71%-
HSV(B)121.22º43.36%44.31%-
XYZ8.9713.287.09-
YUV92.88112.27107.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.45%
GREEN value IS 113 (44.53% from 255) = 46.69%
BLUE value IS 65 (25.78% from 255) = 26.86%
R=26.45%
G=46.69%
B=26.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64113650.4300.420.56121.2227.6834.71
Hex4071412B02A38791c23
Octal10016110153052701713443
Binary1000000111000110000011010110101010111000111100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407141; }

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

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

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

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

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

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

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

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