#407247

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

Shades of Killarney #407247

Tints of Killarney #407247

Color information

#407247 (or 0x407247) is unknown color: approx Killarney. HEX triplet: 40, 72 and 47. RGB value is (64,114,71). Sum of RGB (Red+Green+Blue) = 64+114+71=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #407247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407247 is #BF8DB8. Grayscale: #5E5E5E. Windows color (decimal): -12553657 or 4682304. OLE color: 4682304.

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

Color convert

RGB6411471-
CMYK0.4400.380.55
HSL128.4º28.09%34.9%-
HSV(B)128.4º43.86%44.71%-
XYZ9.2713.588.09-
YUV94.15114.94106.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 114 (44.92% from 255) = 45.78%
BLUE value IS 71 (28.12% from 255) = 28.51%
R=25.70%
G=45.78%
B=28.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64114710.4400.380.55128.428.0934.9
Hex4072472C02637801c23
Octal10016210754046672003443
Binary10000001110010100011110110001001101101111000000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407247; }

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

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

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

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

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

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

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

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