#407d4e

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

Shades of Killarney #407D4E

Tints of Killarney #407D4E

Color information

#407D4E (or 0x407D4E) is unknown color: approx Killarney. HEX triplet: 40, 7D and 4E. RGB value is (64,125,78). Sum of RGB (Red+Green+Blue) = 64+125+78=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 125 - color contains mainly: green. Hex color #407D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407D4E is #BF82B1. Grayscale: #656565. Windows color (decimal): -12550834 or 5143872. OLE color: 5143872.

HSL color Cylindrical-coordinate representation of color #407D4E: hue angle of 133.77º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #407D4E is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB6412578-
CMYK0.4900.380.51
HSL133.77º32.28%37.06%-
HSV(B)133.77º48.8%49.02%-
XYZ10.8216.319.78-
YUV101.4114.79101.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 125 (49.22% from 255) = 46.82%
BLUE value IS 78 (30.86% from 255) = 29.21%
R=23.97%
G=46.82%
B=29.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64125780.4900.380.51133.7732.2837.06
Hex407D4E3102633862025
Octal10017511661046632064045
Binary100000011111011001110110001010011011001110000110100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407d4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407d4e; }

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

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

<style>
 a { background-color: #407d4e; }

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

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

<style>
 span { border-color: #407d4e; }

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

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