#408B4A

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

Shades of Killarney #408B4A

Tints of Killarney #408B4A

Color information

#408B4A (or 0x408B4A) is unknown color: approx Killarney. HEX triplet: 40, 8B and 4A. RGB value is (64,139,74). Sum of RGB (Red+Green+Blue) = 64+139+74=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #408B4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408B4A is #BF74B5. Grayscale: #6D6D6D. Windows color (decimal): -12547254 or 4885312. OLE color: 4885312.

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

Color convert

RGB6413974-
CMYK0.5400.470.45
HSL128º36.95%39.8%-
HSV(B)128º53.96%54.51%-
XYZ12.5820.059.69-
YUV109.16108.1595.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 139 (54.69% from 255) = 50.18%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=23.10%
G=50.18%
B=26.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64139740.5400.470.4512836.9539.8
Hex408B4A3602F2D802528
Octal10021311266057552004550
Binary1000000100010111001010110110010111110110110000000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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