#407149

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

Shades of Killarney #407149

Tints of Killarney #407149

Color information

#407149 (or 0x407149) is unknown color: approx Killarney. HEX triplet: 40, 71 and 49. RGB value is (64,113,73). Sum of RGB (Red+Green+Blue) = 64+113+73=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #407149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407149 is #BF8EB6. Grayscale: #5D5D5D. Windows color (decimal): -12553911 or 4813120. OLE color: 4813120.

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

Color convert

RGB6411373-
CMYK0.4300.350.56
HSL131.02º27.68%34.71%-
HSV(B)131.02º43.36%44.31%-
XYZ9.2213.388.4-
YUV93.79116.27106.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.6%
GREEN value IS 113 (44.53% from 255) = 45.2%
BLUE value IS 73 (28.91% from 255) = 29.2%
R=25.6%
G=45.2%
B=29.2%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64113730.4300.350.56131.0227.6834.71
Hex4071492B02338831c23
Octal10016111153043702033443
Binary10000001110001100100110101101000111110001000001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407149; }

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

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

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

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

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

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

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

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