#406E4E

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

Shades of Killarney #406E4E

Tints of Killarney #406E4E

Color information

#406E4E (or 0x406E4E) is unknown color: approx Killarney. HEX triplet: 40, 6E and 4E. RGB value is (64,110,78). Sum of RGB (Red+Green+Blue) = 64+110+78=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 110 (43.36% from 255 or 43.65% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 110 - color contains mainly: green. Hex color #406E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406E4E is #BF91B1. Grayscale: #5C5C5C. Windows color (decimal): -12554674 or 5140032. OLE color: 5140032.

HSL color Cylindrical-coordinate representation of color #406E4E: hue angle of 138.26º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #406E4E is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.

Color convert

RGB6411078-
CMYK0.4200.290.57
HSL138.26º26.44%34.12%-
HSV(B)138.26º41.82%43.14%-
XYZ9.0712.799.2-
YUV92.6119.76107.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.40%
GREEN value IS 110 (43.36% from 255) = 43.65%
BLUE value IS 78 (30.86% from 255) = 30.95%
R=25.40%
G=43.65%
B=30.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64110780.4200.290.57138.2626.4434.12
Hex406E4E2A01D398a1a22
Octal10015611652035712123242
Binary1000000110111010011101010100111011110011000101011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406E4E; }

 p { color: rgb(64,110,78); }

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

<style>
 a { background-color: #406E4E; }

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

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

<style>
 span { border-color: #406E4E; }

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

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