#407549

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

Shades of Killarney #407549

Tints of Killarney #407549

Color information

#407549 (or 0x407549) is unknown color: approx Killarney. HEX triplet: 40, 75 and 49. RGB value is (64,117,73). Sum of RGB (Red+Green+Blue) = 64+117+73=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #407549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407549 is #BF8AB6. Grayscale: #606060. Windows color (decimal): -12552887 or 4814144. OLE color: 4814144.

HSL color Cylindrical-coordinate representation of color #407549: hue angle of 130.19º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #407549 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB6411773-
CMYK0.4500.380.54
HSL130.19º29.28%35.49%-
HSV(B)130.19º45.3%45.88%-
XYZ9.6814.298.55-
YUV96.14114.94105.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.20%
GREEN value IS 117 (46.09% from 255) = 46.06%
BLUE value IS 73 (28.91% from 255) = 28.74%
R=25.20%
G=46.06%
B=28.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64117730.4500.380.54130.1929.2835.49
Hex4075492D02636821d23
Octal10016511155046662023543
Binary10000001110101100100110110101001101101101000001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407549; }

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

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

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

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

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

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

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

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