#40774A

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

Shades of Killarney #40774A

Tints of Killarney #40774A

Color information

#40774A (or 0x40774A) is unknown color: approx Killarney. HEX triplet: 40, 77 and 4A. RGB value is (64,119,74). Sum of RGB (Red+Green+Blue) = 64+119+74=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #40774A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40774A is #BF88B5. Grayscale: #616161. Windows color (decimal): -12552374 or 4880192. OLE color: 4880192.

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

Color convert

RGB6411974-
CMYK0.4600.380.53
HSL130.91º30.05%35.88%-
HSV(B)130.91º46.22%46.67%-
XYZ9.9514.788.81-
YUV97.42114.78104.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 119 (46.88% from 255) = 46.30%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=24.90%
G=46.30%
B=28.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64119740.4600.380.53130.9130.0535.88
Hex40774A2E02635831e24
Octal10016711256046652033644
Binary10000001110111100101010111001001101101011000001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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