#407D4A

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

Shades of Killarney #407D4A

Tints of Killarney #407D4A

Color information

#407D4A (or 0x407D4A) is unknown color: approx Killarney. HEX triplet: 40, 7D and 4A. RGB value is (64,125,74). Sum of RGB (Red+Green+Blue) = 64+125+74=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 125 (49.22% from 255 or 47.53% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 125 - color contains mainly: green. Hex color #407D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407D4A is #BF82B5. Grayscale: #656565. Windows color (decimal): -12550838 or 4881728. OLE color: 4881728.

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

Color convert

RGB6412574-
CMYK0.4900.410.51
HSL129.84º32.28%37.06%-
HSV(B)129.84º48.8%49.02%-
XYZ10.6816.259.05-
YUV100.95112.79101.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.33%
GREEN value IS 125 (49.22% from 255) = 47.53%
BLUE value IS 74 (29.30% from 255) = 28.14%
R=24.33%
G=47.53%
B=28.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64125740.4900.410.51129.8432.2837.06
Hex407D4A3102933822025
Octal10017511261051632024045
Binary100000011111011001010110001010100111001110000010100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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