#40874E

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

Shades of Killarney #40874E

Tints of Killarney #40874E

Color information

#40874E (or 0x40874E) is unknown color: approx Killarney. HEX triplet: 40, 87 and 4E. RGB value is (64,135,78). Sum of RGB (Red+Green+Blue) = 64+135+78=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 135 - color contains mainly: green. Hex color #40874E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40874E is #BF78B1. Grayscale: #6B6B6B. Windows color (decimal): -12548274 or 5146432. OLE color: 5146432.

HSL color Cylindrical-coordinate representation of color #40874E: hue angle of 131.83º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40874E is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB6413578-
CMYK0.5300.420.47
HSL131.83º35.68%39.02%-
HSV(B)131.83º52.59%52.94%-
XYZ12.1518.9710.23-
YUV107.27111.4897.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 135 (53.12% from 255) = 48.74%
BLUE value IS 78 (30.86% from 255) = 28.16%
R=23.10%
G=48.74%
B=28.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64135780.5300.420.47131.8335.6839.02
Hex40874E3502A2F842427
Octal10020711665052572044447
Binary1000000100001111001110110101010101010111110000100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40874E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40874E; }

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

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

<style>
 a { background-color: #40874E; }

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

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

<style>
 span { border-color: #40874E; }

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

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