#408B41

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

Shades of Killarney #408B41

Tints of Killarney #408B41

Color information

#408B41 (or 0x408B41) is unknown color: approx Killarney. HEX triplet: 40, 8B and 41. RGB value is (64,139,65). Sum of RGB (Red+Green+Blue) = 64+139+65=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 139 (54.69% from 255 or 51.87% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 139 - color contains mainly: green. Hex color #408B41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408B41 is #BF74BE. Grayscale: #6C6C6C. Windows color (decimal): -12547263 or 4295488. OLE color: 4295488.

HSL color Cylindrical-coordinate representation of color #408B41: hue angle of 120.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408B41 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB6413965-
CMYK0.5400.530.45
HSL120.8º36.95%39.8%-
HSV(B)120.8º53.96%54.51%-
XYZ12.319.948.2-
YUV108.14103.6596.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.88%
GREEN value IS 139 (54.69% from 255) = 51.87%
BLUE value IS 65 (25.78% from 255) = 24.25%
R=23.88%
G=51.87%
B=24.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64139650.5400.530.45120.836.9539.8
Hex408B41360352D792528
Octal10021310166065551714550
Binary100000010001011100000111011001101011011011111001100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408B41; }

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

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

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

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

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

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

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

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