#408549

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

Shades of Killarney #408549

Tints of Killarney #408549

Color information

#408549 (or 0x408549) is unknown color: approx Killarney. HEX triplet: 40, 85 and 49. RGB value is (64,133,73). Sum of RGB (Red+Green+Blue) = 64+133+73=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #408549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408549 is #BF7AB6. Grayscale: #696969. Windows color (decimal): -12548791 or 4818240. OLE color: 4818240.

HSL color Cylindrical-coordinate representation of color #408549: hue angle of 127.83º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408549 is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB6413373-
CMYK0.5200.450.48
HSL127.83º35.03%38.63%-
HSV(B)127.83º51.88%52.16%-
XYZ11.718.359.23-
YUV105.53109.6498.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.70%
GREEN value IS 133 (52.34% from 255) = 49.26%
BLUE value IS 73 (28.91% from 255) = 27.04%
R=23.70%
G=49.26%
B=27.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64133730.5200.450.48127.8335.0338.63
Hex4085493402D30802327
Octal10020511164055602004347
Binary1000000100001011001001110100010110111000010000000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408549; }

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

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

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

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

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

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

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

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