#407344

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

Shades of Killarney #407344

Tints of Killarney #407344

Color information

#407344 (or 0x407344) is unknown color: approx Killarney. HEX triplet: 40, 73 and 44. RGB value is (64,115,68). Sum of RGB (Red+Green+Blue) = 64+115+68=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #407344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407344 is #BF8CBB. Grayscale: #5E5E5E. Windows color (decimal): -12553404 or 4485952. OLE color: 4485952.

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

Color convert

RGB6411568-
CMYK0.4400.410.55
HSL124.71º28.49%35.1%-
HSV(B)124.71º44.35%45.1%-
XYZ9.2913.777.64-
YUV94.39113.1106.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.91%
GREEN value IS 115 (45.31% from 255) = 46.56%
BLUE value IS 68 (26.95% from 255) = 27.53%
R=25.91%
G=46.56%
B=27.53%

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
Decimal64115680.4400.410.55124.7128.4935.1
Hex4073442C029377d1c23
Octal10016310454051671753443
Binary1000000111001110001001011000101001110111111110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407344; }

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

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

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

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

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

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

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

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