#408041

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

Shades of Killarney #408041

Tints of Killarney #408041

Color information

#408041 (or 0x408041) is unknown color: approx Killarney. HEX triplet: 40, 80 and 41. RGB value is (64,128,65). Sum of RGB (Red+Green+Blue) = 64+128+65=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 128 (50.39% from 255 or 49.81% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 128 - color contains mainly: green. Hex color #408041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408041 is #BF7FBE. Grayscale: #656565. Windows color (decimal): -12550079 or 4292672. OLE color: 4292672.

HSL color Cylindrical-coordinate representation of color #408041: hue angle of 120.94º 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 #408041 is Cyan = 0.5, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB6412865-
CMYK0.500.490.50
HSL120.94º33.33%37.65%-
HSV(B)120.94º50%50.2%-
XYZ10.7916.917.7-
YUV101.68107.3101.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 128 (50.39% from 255) = 49.81%
BLUE value IS 65 (25.78% from 255) = 25.29%
R=24.90%
G=49.81%
B=25.29%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64128650.500.490.50120.9433.3337.65
Hex4080413203132792126
Octal10020010162061621714146
Binary100000010000000100000111001001100011100101111001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408041; }

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

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

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

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

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

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

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

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