#408B40

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

Shades of Killarney #408B40

Tints of Killarney #408B40

Color information

#408B40 (or 0x408B40) is unknown color: approx Killarney. HEX triplet: 40, 8B and 40. RGB value is (64,139,64). Sum of RGB (Red+Green+Blue) = 64+139+64=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 139 (54.69% from 255 or 52.06% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 139 - color contains mainly: green. Hex color #408B40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408B40 is #BF74BF. Grayscale: #6C6C6C. Windows color (decimal): -12547264 or 4229952. OLE color: 4229952.

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

Color convert

RGB6413964-
CMYK0.5400.540.45
HSL120º36.95%39.8%-
HSV(B)120º53.96%54.51%-
XYZ12.2719.938.05-
YUV108.02103.1596.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 139 (54.69% from 255) = 52.06%
BLUE value IS 64 (25.39% from 255) = 23.97%
R=23.97%
G=52.06%
B=23.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64139640.5400.540.4512036.9539.8
Hex408B40360362D782528
Octal10021310066066551704550
Binary100000010001011100000011011001101101011011111000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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