#40704A

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

Shades of Killarney #40704A

Tints of Killarney #40704A

Color information

#40704A (or 0x40704A) is unknown color: approx Killarney. HEX triplet: 40, 70 and 4A. RGB value is (64,112,74). Sum of RGB (Red+Green+Blue) = 64+112+74=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #40704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40704A is #BF8FB5. Grayscale: #5D5D5D. Windows color (decimal): -12554166 or 4878400. OLE color: 4878400.

HSL color Cylindrical-coordinate representation of color #40704A: hue angle of 132.5º degrees, saturation: 0.27, 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 #40704A is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB6411274-
CMYK0.4300.340.56
HSL132.5º27.27%34.51%-
HSV(B)132.5º42.86%43.92%-
XYZ9.1413.178.54-
YUV93.32117.1107.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.6%
GREEN value IS 112 (44.14% from 255) = 44.8%
BLUE value IS 74 (29.30% from 255) = 29.6%
R=25.6%
G=44.8%
B=29.6%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64112740.4300.340.56132.527.2734.51
Hex40704A2B02238841b23
Octal10016011253042702043343
Binary10000001110000100101010101101000101110001000010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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