#408048

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

Shades of Killarney #408048

Tints of Killarney #408048

Color information

#408048 (or 0x408048) is unknown color: approx Killarney. HEX triplet: 40, 80 and 48. RGB value is (64,128,72). Sum of RGB (Red+Green+Blue) = 64+128+72=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 128 - color contains mainly: green. Hex color #408048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408048 is #BF7FB7. Grayscale: #666666. Windows color (decimal): -12550072 or 4751424. OLE color: 4751424.

HSL color Cylindrical-coordinate representation of color #408048: hue angle of 127.5º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #408048 is Cyan = 0.5, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB6412872-
CMYK0.500.440.50
HSL127.5º33.33%37.65%-
HSV(B)127.5º50%50.2%-
XYZ11178.83-
YUV102.48110.8100.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.24%
GREEN value IS 128 (50.39% from 255) = 48.48%
BLUE value IS 72 (28.52% from 255) = 27.27%
R=24.24%
G=48.48%
B=27.27%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64128720.500.440.50127.533.3337.65
Hex4080483202C327f2126
Octal10020011062054621774146
Binary100000010000000100100011001001011001100101111111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408048; }

 p { color: rgb(64,128,72); }

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

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

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

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

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

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

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