#40764E

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

Shades of Killarney #40764E

Tints of Killarney #40764E

Color information

#40764E (or 0x40764E) is unknown color: approx Killarney. HEX triplet: 40, 76 and 4E. RGB value is (64,118,78). Sum of RGB (Red+Green+Blue) = 64+118+78=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #40764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40764E is #BF89B1. Grayscale: #616161. Windows color (decimal): -12552626 or 5142080. OLE color: 5142080.

HSL color Cylindrical-coordinate representation of color #40764E: hue angle of 135.56º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #40764E is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB6411878-
CMYK0.4600.340.54
HSL135.56º29.67%35.69%-
HSV(B)135.56º45.76%46.27%-
XYZ9.9714.69.5-
YUV97.29117.11104.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.62%
GREEN value IS 118 (46.48% from 255) = 45.38%
BLUE value IS 78 (30.86% from 255) = 30%
R=24.62%
G=45.38%
B=30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64118780.4600.340.54135.5629.6735.69
Hex40764E2E02236881e24
Octal10016611656042662103644
Binary10000001110110100111010111001000101101101000100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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