#40724E

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

Shades of Killarney #40724E

Tints of Killarney #40724E

Color information

#40724E (or 0x40724E) is unknown color: approx Killarney. HEX triplet: 40, 72 and 4E. RGB value is (64,114,78). Sum of RGB (Red+Green+Blue) = 64+114+78=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 114 - color contains mainly: green. Hex color #40724E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40724E is #BF8DB1. Grayscale: #5F5F5F. Windows color (decimal): -12553650 or 5141056. OLE color: 5141056.

HSL color Cylindrical-coordinate representation of color #40724E: hue angle of 136.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #40724E is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB6411478-
CMYK0.4400.320.55
HSL136.8º28.09%34.9%-
HSV(B)136.8º43.86%44.71%-
XYZ9.5113.679.35-
YUV94.95118.44105.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25%
GREEN value IS 114 (44.92% from 255) = 44.53%
BLUE value IS 78 (30.86% from 255) = 30.47%
R=25%
G=44.53%
B=30.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64114780.4400.320.55136.828.0934.9
Hex40724E2C02037891c23
Octal10016211654040672113443
Binary10000001110010100111010110001000001101111000100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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