#407246

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

Shades of Killarney #407246

Tints of Killarney #407246

Color information

#407246 (or 0x407246) is unknown color: approx Killarney. HEX triplet: 40, 72 and 46. RGB value is (64,114,70). Sum of RGB (Red+Green+Blue) = 64+114+70=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #407246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407246 is #BF8DB9. Grayscale: #5E5E5E. Windows color (decimal): -12553658 or 4616768. OLE color: 4616768.

HSL color Cylindrical-coordinate representation of color #407246: hue angle of 127.2º 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 #407246 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB6411470-
CMYK0.4400.390.55
HSL127.2º28.09%34.9%-
HSV(B)127.2º43.86%44.71%-
XYZ9.2413.577.93-
YUV94.03114.44106.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.81%
GREEN value IS 114 (44.92% from 255) = 45.97%
BLUE value IS 70 (27.73% from 255) = 28.23%
R=25.81%
G=45.97%
B=28.23%

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
Decimal64114700.4400.390.55127.228.0934.9
Hex4072462C027377f1c23
Octal10016210654047671773443
Binary1000000111001010001101011000100111110111111111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407246; }

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

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

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

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

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

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

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

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