#407A4F

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

Shades of Killarney #407A4F

Tints of Killarney #407A4F

Color information

#407A4F (or 0x407A4F) is unknown color: approx Killarney. HEX triplet: 40, 7A and 4F. RGB value is (64,122,79). Sum of RGB (Red+Green+Blue) = 64+122+79=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 122 (48.05% from 255 or 46.04% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 122 - color contains mainly: green. Hex color #407A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A4F is #BF85B0. Grayscale: #636363. Windows color (decimal): -12551601 or 5208640. OLE color: 5208640.

HSL color Cylindrical-coordinate representation of color #407A4F: hue angle of 135.52º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407A4F is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB6412279-
CMYK0.4800.350.52
HSL135.52º31.18%36.47%-
HSV(B)135.52º47.54%47.84%-
XYZ10.4915.579.85-
YUV99.76116.28102.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.15%
GREEN value IS 122 (48.05% from 255) = 46.04%
BLUE value IS 79 (31.25% from 255) = 29.81%
R=24.15%
G=46.04%
B=29.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64122790.4800.350.52135.5231.1836.47
Hex407A4F3002334881f24
Octal10017211760043642103744
Binary10000001111010100111111000001000111101001000100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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