#40734D

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

Shades of Killarney #40734D

Tints of Killarney #40734D

Color information

#40734D (or 0x40734D) is unknown color: approx Killarney. HEX triplet: 40, 73 and 4D. RGB value is (64,115,77). Sum of RGB (Red+Green+Blue) = 64+115+77=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #40734D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40734D is #BF8CB2. Grayscale: #5F5F5F. Windows color (decimal): -12553395 or 5075776. OLE color: 5075776.

HSL color Cylindrical-coordinate representation of color #40734D: hue angle of 135.29º 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 #40734D is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB6411577-
CMYK0.4400.330.55
HSL135.29º28.49%35.1%-
HSV(B)135.29º44.35%45.1%-
XYZ9.5813.899.2-
YUV95.42117.6105.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25%
GREEN value IS 115 (45.31% from 255) = 44.92%
BLUE value IS 77 (30.47% from 255) = 30.08%
R=25%
G=44.92%
B=30.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64115770.4400.330.55135.2928.4935.1
Hex40734D2C02137871c23
Octal10016311554041672073443
Binary10000001110011100110110110001000011101111000011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40734D; }

 p { color: rgb(64,115,77); }

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

<style>
 a { background-color: #40734D; }

 a { background-color: rgb(64,115,77); }

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

<style>
 span { border-color: #40734D; }

 span { border-color: rgb(64,115,77); }

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