#408A50

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

Shades of Killarney #408A50

Tints of Killarney #408A50

Color information

#408A50 (or 0x408A50) is unknown color: approx Killarney. HEX triplet: 40, 8A and 50. RGB value is (64,138,80). Sum of RGB (Red+Green+Blue) = 64+138+80=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 138 (54.30% from 255 or 48.94% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 138 - color contains mainly: green. Hex color #408A50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A50 is #BF75AF. Grayscale: #6D6D6D. Windows color (decimal): -12547504 or 5278272. OLE color: 5278272.

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

Color convert

RGB6413880-
CMYK0.5400.420.46
HSL132.97º36.63%39.61%-
HSV(B)132.97º53.62%54.12%-
XYZ12.6519.8510.75-
YUV109.26111.4895.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.70%
GREEN value IS 138 (54.30% from 255) = 48.94%
BLUE value IS 80 (31.64% from 255) = 28.37%
R=22.70%
G=48.94%
B=28.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64138800.5400.420.46132.9736.6339.61
Hex408A503602A2E852528
Octal10021212066052562054550
Binary1000000100010101010000110110010101010111010000101100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,138,80); }

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

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

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

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

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

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

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