#40794A

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

Shades of Killarney #40794A

Tints of Killarney #40794A

Color information

#40794A (or 0x40794A) is unknown color: approx Killarney. HEX triplet: 40, 79 and 4A. RGB value is (64,121,74). Sum of RGB (Red+Green+Blue) = 64+121+74=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 121 (47.66% from 255 or 46.72% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 121 - color contains mainly: green. Hex color #40794A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40794A is #BF86B5. Grayscale: #626262. Windows color (decimal): -12551862 or 4880704. OLE color: 4880704.

HSL color Cylindrical-coordinate representation of color #40794A: hue angle of 130.53º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40794A is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB6412174-
CMYK0.4700.390.53
HSL130.53º30.81%36.27%-
HSV(B)130.53º47.11%47.45%-
XYZ10.1915.268.89-
YUV98.6114.12103.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 121 (47.66% from 255) = 46.72%
BLUE value IS 74 (29.30% from 255) = 28.57%
R=24.71%
G=46.72%
B=28.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64121740.4700.390.53130.5330.8136.27
Hex40794A2F02735831f24
Octal10017111257047652033744
Binary10000001111001100101010111101001111101011000001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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