#407442

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

Shades of Killarney #407442

Tints of Killarney #407442

Color information

#407442 (or 0x407442) is unknown color: approx Killarney. HEX triplet: 40, 74 and 42. RGB value is (64,116,66). Sum of RGB (Red+Green+Blue) = 64+116+66=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #407442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407442 is #BF8BBD. Grayscale: #5E5E5E. Windows color (decimal): -12553150 or 4355136. OLE color: 4355136.

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

Color convert

RGB6411666-
CMYK0.4500.430.55
HSL122.31º28.89%35.29%-
HSV(B)122.31º44.83%45.49%-
XYZ9.3413.977.36-
YUV94.75111.77106.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 116 (45.70% from 255) = 47.15%
BLUE value IS 66 (26.17% from 255) = 26.83%
R=26.02%
G=47.15%
B=26.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64116660.4500.430.55122.3128.8935.29
Hex4074422D02B377a1d23
Octal10016410255053671723543
Binary1000000111010010000101011010101011110111111101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407442; }

 p { color: rgb(64,116,66); }

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

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

 a { background-color: rgb(64,116,66); }

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

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

 span { border-color: rgb(64,116,66); }

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