#40774C

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

Shades of Killarney #40774C

Tints of Killarney #40774C

Color information

#40774C (or 0x40774C) is unknown color: approx Killarney. HEX triplet: 40, 77 and 4C. RGB value is (64,119,76). Sum of RGB (Red+Green+Blue) = 64+119+76=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #40774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40774C is #BF88B3. Grayscale: #616161. Windows color (decimal): -12552372 or 5011264. OLE color: 5011264.

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

Color convert

RGB6411976-
CMYK0.4600.360.53
HSL133.09º30.05%35.88%-
HSV(B)133.09º46.22%46.67%-
XYZ10.0214.819.17-
YUV97.65115.78104-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 119 (46.88% from 255) = 45.95%
BLUE value IS 76 (30.08% from 255) = 29.34%
R=24.71%
G=45.95%
B=29.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64119760.4600.360.53133.0930.0535.88
Hex40774C2E02435851e24
Octal10016711456044652053644
Binary10000001110111100110010111001001001101011000010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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