#40874B

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

Shades of Killarney #40874B

Tints of Killarney #40874B

Color information

#40874B (or 0x40874B) is unknown color: approx Killarney. HEX triplet: 40, 87 and 4B. RGB value is (64,135,75). Sum of RGB (Red+Green+Blue) = 64+135+75=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #40874B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40874B is #BF78B4. Grayscale: #6B6B6B. Windows color (decimal): -12548277 or 4949824. OLE color: 4949824.

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

Color convert

RGB6413575-
CMYK0.5300.440.47
HSL129.3º35.68%39.02%-
HSV(B)129.3º52.59%52.94%-
XYZ12.0518.939.67-
YUV106.93109.9897.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.36%
GREEN value IS 135 (53.12% from 255) = 49.27%
BLUE value IS 75 (29.69% from 255) = 27.37%
R=23.36%
G=49.27%
B=27.37%

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
Decimal64135750.5300.440.47129.335.6839.02
Hex40874B3502C2F812427
Octal10020711365054572014447
Binary1000000100001111001011110101010110010111110000001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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