#40744A

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

Shades of Killarney #40744A

Tints of Killarney #40744A

Color information

#40744A (or 0x40744A) is unknown color: approx Killarney. HEX triplet: 40, 74 and 4A. RGB value is (64,116,74). Sum of RGB (Red+Green+Blue) = 64+116+74=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #40744A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40744A is #BF8BB5. Grayscale: #5F5F5F. Windows color (decimal): -12553142 or 4879424. OLE color: 4879424.

HSL color Cylindrical-coordinate representation of color #40744A: hue angle of 131.54º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #40744A is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB6411674-
CMYK0.4500.360.55
HSL131.54º28.89%35.29%-
HSV(B)131.54º44.83%45.49%-
XYZ9.614.088.69-
YUV95.66115.77105.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.20%
GREEN value IS 116 (45.70% from 255) = 45.67%
BLUE value IS 74 (29.30% from 255) = 29.13%
R=25.20%
G=45.67%
B=29.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64116740.4500.360.55131.5428.8935.29
Hex40744A2D02437841d23
Octal10016411255044672043543
Binary10000001110100100101010110101001001101111000010011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40744A; }

 p { color: rgb(64,116,74); }

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

<style>
 a { background-color: #40744A; }

 a { background-color: rgb(64,116,74); }

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

<style>
 span { border-color: #40744A; }

 span { border-color: rgb(64,116,74); }

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