#40764D

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

Shades of Killarney #40764D

Tints of Killarney #40764D

Color information

#40764D (or 0x40764D) is unknown color: approx Killarney. HEX triplet: 40, 76 and 4D. RGB value is (64,118,77). Sum of RGB (Red+Green+Blue) = 64+118+77=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #40764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40764D is #BF89B2. Grayscale: #616161. Windows color (decimal): -12552627 or 5076544. OLE color: 5076544.

HSL color Cylindrical-coordinate representation of color #40764D: hue angle of 134.44º 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 #40764D is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB6411877-
CMYK0.4600.350.54
HSL134.44º29.67%35.69%-
HSV(B)134.44º45.76%46.27%-
XYZ9.9314.589.31-
YUV97.18116.61104.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 118 (46.48% from 255) = 45.56%
BLUE value IS 77 (30.47% from 255) = 29.73%
R=24.71%
G=45.56%
B=29.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64118770.4600.350.54134.4429.6735.69
Hex40764D2E02336861e24
Octal10016611556043662063644
Binary10000001110110100110110111001000111101101000011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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