#408A4D

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

Shades of Killarney #408A4D

Tints of Killarney #408A4D

Color information

#408A4D (or 0x408A4D) is unknown color: approx Killarney. HEX triplet: 40, 8A and 4D. RGB value is (64,138,77). Sum of RGB (Red+Green+Blue) = 64+138+77=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 138 (54.30% from 255 or 49.46% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 138 - color contains mainly: green. Hex color #408A4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A4D is #BF75B2. Grayscale: #6D6D6D. Windows color (decimal): -12547507 or 5081664. OLE color: 5081664.

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

Color convert

RGB6413877-
CMYK0.5400.440.46
HSL130.54º36.63%39.61%-
HSV(B)130.54º53.62%54.12%-
XYZ12.5419.810.18-
YUV108.92109.9895.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.94%
GREEN value IS 138 (54.30% from 255) = 49.46%
BLUE value IS 77 (30.47% from 255) = 27.60%
R=22.94%
G=49.46%
B=27.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64138770.5400.440.46130.5436.6339.61
Hex408A4D3602C2E832528
Octal10021211566054562034550
Binary1000000100010101001101110110010110010111010000011100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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