#407846

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

Shades of Killarney #407846

Tints of Killarney #407846

Color information

#407846 (or 0x407846) is unknown color: approx Killarney. HEX triplet: 40, 78 and 46. RGB value is (64,120,70). Sum of RGB (Red+Green+Blue) = 64+120+70=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 120 - color contains mainly: green. Hex color #407846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407846 is #BF87B9. Grayscale: #616161. Windows color (decimal): -12552122 or 4618304. OLE color: 4618304.

HSL color Cylindrical-coordinate representation of color #407846: hue angle of 126.43º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #407846 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB6412070-
CMYK0.4700.420.53
HSL126.43º30.43%36.08%-
HSV(B)126.43º46.67%47.06%-
XYZ9.9414.978.16-
YUV97.56112.45104.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.20%
GREEN value IS 120 (47.27% from 255) = 47.24%
BLUE value IS 70 (27.73% from 255) = 27.56%
R=25.20%
G=47.24%
B=27.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64120700.4700.420.53126.4330.4336.08
Hex4078462F02A357e1e24
Octal10017010657052651763644
Binary1000000111100010001101011110101010110101111111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407846; }

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

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

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

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

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

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

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

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