#408B42

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

Shades of Killarney #408B42

Tints of Killarney #408B42

Color information

#408B42 (or 0x408B42) is unknown color: approx Killarney. HEX triplet: 40, 8B and 42. RGB value is (64,139,66). Sum of RGB (Red+Green+Blue) = 64+139+66=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 139 (54.69% from 255 or 51.67% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 139 - color contains mainly: green. Hex color #408B42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408B42 is #BF74BD. Grayscale: #6C6C6C. Windows color (decimal): -12547262 or 4361024. OLE color: 4361024.

HSL color Cylindrical-coordinate representation of color #408B42: hue angle of 121.6º 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 #408B42 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB6413966-
CMYK0.5400.530.45
HSL121.6º36.95%39.8%-
HSV(B)121.6º53.96%54.51%-
XYZ12.3319.958.35-
YUV108.25104.1596.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.79%
GREEN value IS 139 (54.69% from 255) = 51.67%
BLUE value IS 66 (26.17% from 255) = 24.54%
R=23.79%
G=51.67%
B=24.54%

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
Decimal64139660.5400.530.45121.636.9539.8
Hex408B42360352D7a2528
Octal10021310266065551724550
Binary100000010001011100001011011001101011011011111010100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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