#407243

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

Shades of Killarney #407243

Tints of Killarney #407243

Color information

#407243 (or 0x407243) is unknown color: approx Killarney. HEX triplet: 40, 72 and 43. RGB value is (64,114,67). Sum of RGB (Red+Green+Blue) = 64+114+67=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #407243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407243 is #BF8DBC. Grayscale: #5D5D5D. Windows color (decimal): -12553661 or 4420160. OLE color: 4420160.

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

Color convert

RGB6411467-
CMYK0.4400.410.55
HSL123.6º28.09%34.9%-
HSV(B)123.6º43.86%44.71%-
XYZ9.1413.537.44-
YUV93.69112.94106.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 114 (44.92% from 255) = 46.53%
BLUE value IS 67 (26.56% from 255) = 27.35%
R=26.12%
G=46.53%
B=27.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64114670.4400.410.55123.628.0934.9
Hex4072432C029377c1c23
Octal10016210354051671743443
Binary1000000111001010000111011000101001110111111110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407243; }

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

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

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

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

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

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

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

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