#407A4E

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

Shades of Killarney #407A4E

Tints of Killarney #407A4E

Color information

#407A4E (or 0x407A4E) is unknown color: approx Killarney. HEX triplet: 40, 7A and 4E. RGB value is (64,122,78). Sum of RGB (Red+Green+Blue) = 64+122+78=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 122 - color contains mainly: green. Hex color #407A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A4E is #BF85B1. Grayscale: #636363. Windows color (decimal): -12551602 or 5143104. OLE color: 5143104.

HSL color Cylindrical-coordinate representation of color #407A4E: hue angle of 134.48º 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 #407A4E is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.

Color convert

RGB6412278-
CMYK0.4800.360.52
HSL134.48º31.18%36.47%-
HSV(B)134.48º47.54%47.84%-
XYZ10.4515.569.66-
YUV99.64115.78102.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.24%
GREEN value IS 122 (48.05% from 255) = 46.21%
BLUE value IS 78 (30.86% from 255) = 29.55%
R=24.24%
G=46.21%
B=29.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64122780.4800.360.52134.4831.1836.47
Hex407A4E3002434861f24
Octal10017211660044642063744
Binary10000001111010100111011000001001001101001000011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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