#408242

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

Shades of Killarney #408242

Tints of Killarney #408242

Color information

#408242 (or 0x408242) is unknown color: approx Killarney. HEX triplet: 40, 82 and 42. RGB value is (64,130,66). Sum of RGB (Red+Green+Blue) = 64+130+66=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #408242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408242 is #BF7DBD. Grayscale: #676767. Windows color (decimal): -12549566 or 4358720. OLE color: 4358720.

HSL color Cylindrical-coordinate representation of color #408242: hue angle of 121.82º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #408242 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB6413066-
CMYK0.5100.490.49
HSL121.82º34.02%38.04%-
HSV(B)121.82º50.77%50.98%-
XYZ11.0817.457.94-
YUV102.97107.13100.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.62%
GREEN value IS 130 (51.17% from 255) = 50%
BLUE value IS 66 (26.17% from 255) = 25.38%
R=24.62%
G=50%
B=25.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64130660.5100.490.49121.8234.0238.04
Hex40824233031317a2226
Octal10020210263061611724246
Binary100000010000010100001011001101100011100011111010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408242; }

 p { color: rgb(64,130,66); }

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

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

 a { background-color: rgb(64,130,66); }

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

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

 span { border-color: rgb(64,130,66); }

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