#40874C

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

Shades of Killarney #40874C

Tints of Killarney #40874C

Color information

#40874C (or 0x40874C) is unknown color: approx Killarney. HEX triplet: 40, 87 and 4C. RGB value is (64,135,76). Sum of RGB (Red+Green+Blue) = 64+135+76=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #40874C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40874C is #BF78B3. Grayscale: #6B6B6B. Windows color (decimal): -12548276 or 5015360. OLE color: 5015360.

HSL color Cylindrical-coordinate representation of color #40874C: hue angle of 130.14º 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 #40874C is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB6413576-
CMYK0.5300.440.47
HSL130.14º35.68%39.02%-
HSV(B)130.14º52.59%52.94%-
XYZ12.0818.949.86-
YUV107.04110.4897.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 135 (53.12% from 255) = 49.09%
BLUE value IS 76 (30.08% from 255) = 27.64%
R=23.27%
G=49.09%
B=27.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64135760.5300.440.47130.1435.6839.02
Hex40874C3502C2F822427
Octal10020711465054572024447
Binary1000000100001111001100110101010110010111110000010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40874C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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