#407E4F

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

Shades of Killarney #407E4F

Tints of Killarney #407E4F

Color information

#407E4F (or 0x407E4F) is unknown color: approx Killarney. HEX triplet: 40, 7E and 4F. RGB value is (64,126,79). Sum of RGB (Red+Green+Blue) = 64+126+79=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 126 (49.61% from 255 or 46.84% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 126 - color contains mainly: green. Hex color #407E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407E4F is #BF81B0. Grayscale: #666666. Windows color (decimal): -12550577 or 5209664. OLE color: 5209664.

HSL color Cylindrical-coordinate representation of color #407E4F: hue angle of 134.52º degrees, saturation: 0.33, 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 #407E4F is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB6412679-
CMYK0.4900.370.51
HSL134.52º32.63%37.25%-
HSV(B)134.52º49.21%49.41%-
XYZ10.9916.5810.02-
YUV102.1114.96100.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.79%
GREEN value IS 126 (49.61% from 255) = 46.84%
BLUE value IS 79 (31.25% from 255) = 29.37%
R=23.79%
G=46.84%
B=29.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64126790.4900.370.51134.5232.6337.25
Hex407E4F3102533872125
Octal10017611761045632074145
Binary100000011111101001111110001010010111001110000111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,126,79); }

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

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

 a { background-color: rgb(64,126,79); }

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

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

 span { border-color: rgb(64,126,79); }

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