#407346

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

Shades of Killarney #407346

Tints of Killarney #407346

Color information

#407346 (or 0x407346) is unknown color: approx Killarney. HEX triplet: 40, 73 and 46. RGB value is (64,115,70). Sum of RGB (Red+Green+Blue) = 64+115+70=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #407346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407346 is #BF8CB9. Grayscale: #5E5E5E. Windows color (decimal): -12553402 or 4617024. OLE color: 4617024.

HSL color Cylindrical-coordinate representation of color #407346: hue angle of 127.06º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #407346 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB6411570-
CMYK0.4400.390.55
HSL127.06º28.49%35.1%-
HSV(B)127.06º44.35%45.1%-
XYZ9.3513.797.96-
YUV94.62114.1106.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 115 (45.31% from 255) = 46.18%
BLUE value IS 70 (27.73% from 255) = 28.11%
R=25.70%
G=46.18%
B=28.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64115700.4400.390.55127.0628.4935.1
Hex4073462C027377f1c23
Octal10016310654047671773443
Binary1000000111001110001101011000100111110111111111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407346; }

 p { color: rgb(64,115,70); }

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

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

 a { background-color: rgb(64,115,70); }

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

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

 span { border-color: rgb(64,115,70); }

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