#40714C

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

Shades of Killarney #40714C

Tints of Killarney #40714C

Color information

#40714C (or 0x40714C) is unknown color: approx Killarney. HEX triplet: 40, 71 and 4C. RGB value is (64,113,76). Sum of RGB (Red+Green+Blue) = 64+113+76=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #40714C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40714C is #BF8EB3. Grayscale: #5E5E5E. Windows color (decimal): -12553908 or 5009728. OLE color: 5009728.

HSL color Cylindrical-coordinate representation of color #40714C: hue angle of 134.69º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #40714C is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB6411376-
CMYK0.4300.330.56
HSL134.69º27.68%34.71%-
HSV(B)134.69º43.36%44.31%-
XYZ9.3213.428.94-
YUV94.13117.77106.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.30%
GREEN value IS 113 (44.53% from 255) = 44.66%
BLUE value IS 76 (30.08% from 255) = 30.04%
R=25.30%
G=44.66%
B=30.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64113760.4300.330.56134.6927.6834.71
Hex40714C2B02138871c23
Octal10016111453041702073443
Binary10000001110001100110010101101000011110001000011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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