#40794E

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

Shades of Killarney #40794E

Tints of Killarney #40794E

Color information

#40794E (or 0x40794E) is unknown color: approx Killarney. HEX triplet: 40, 79 and 4E. RGB value is (64,121,78). Sum of RGB (Red+Green+Blue) = 64+121+78=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #40794E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40794E is #BF86B1. Grayscale: #636363. Windows color (decimal): -12551858 or 5142848. OLE color: 5142848.

HSL color Cylindrical-coordinate representation of color #40794E: hue angle of 134.74º 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 #40794E is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB6412178-
CMYK0.4700.360.53
HSL134.74º30.81%36.27%-
HSV(B)134.74º47.11%47.45%-
XYZ10.3315.319.62-
YUV99.06116.12103-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.33%
GREEN value IS 121 (47.66% from 255) = 46.01%
BLUE value IS 78 (30.86% from 255) = 29.66%
R=24.33%
G=46.01%
B=29.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64121780.4700.360.53134.7430.8136.27
Hex40794E2F02435871f24
Octal10017111657044652073744
Binary10000001111001100111010111101001001101011000011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40794E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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