#408240

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

Shades of Killarney #408240

Tints of Killarney #408240

Color information

#408240 (or 0x408240) is unknown color: approx Killarney. HEX triplet: 40, 82 and 40. RGB value is (64,130,64). Sum of RGB (Red+Green+Blue) = 64+130+64=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #408240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408240 is #BF7DBF. Grayscale: #666666. Windows color (decimal): -12549568 or 4227648. OLE color: 4227648.

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

Color convert

RGB6413064-
CMYK0.5100.510.49
HSL120º34.02%38.04%-
HSV(B)120º50.77%50.98%-
XYZ11.0217.437.63-
YUV102.74106.13100.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.81%
GREEN value IS 130 (51.17% from 255) = 50.39%
BLUE value IS 64 (25.39% from 255) = 24.81%
R=24.81%
G=50.39%
B=24.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64130640.5100.510.4912034.0238.04
Hex4082403303331782226
Octal10020210063063611704246
Binary100000010000010100000011001101100111100011111000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408240; }

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

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

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

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

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

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

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

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