#40694A

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

Shades of Killarney #40694A

Tints of Killarney #40694A

Color information

#40694A (or 0x40694A) is unknown color: approx Killarney. HEX triplet: 40, 69 and 4A. RGB value is (64,105,74). Sum of RGB (Red+Green+Blue) = 64+105+74=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #40694A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40694A is #BF96B5. Grayscale: #595959. Windows color (decimal): -12555958 or 4876608. OLE color: 4876608.

HSL color Cylindrical-coordinate representation of color #40694A: hue angle of 134.63º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #40694A is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB6410574-
CMYK0.3900.300.59
HSL134.63º24.26%33.14%-
HSV(B)134.63º39.05%41.18%-
XYZ8.411.698.29-
YUV89.21119.42110.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.34%
GREEN value IS 105 (41.41% from 255) = 43.21%
BLUE value IS 74 (29.30% from 255) = 30.45%
R=26.34%
G=43.21%
B=30.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64105740.3900.300.59134.6324.2633.14
Hex40694A2701E3B871821
Octal10015111247036732073041
Binary1000000110100110010101001110111101110111000011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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