#407842

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

Shades of Killarney #407842

Tints of Killarney #407842

Color information

#407842 (or 0x407842) is unknown color: approx Killarney. HEX triplet: 40, 78 and 42. RGB value is (64,120,66). Sum of RGB (Red+Green+Blue) = 64+120+66=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #407842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407842 is #BF87BD. Grayscale: #616161. Windows color (decimal): -12552126 or 4356160. OLE color: 4356160.

HSL color Cylindrical-coordinate representation of color #407842: hue angle of 122.14º 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 #407842 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB6412066-
CMYK0.4700.450.53
HSL122.14º30.43%36.08%-
HSV(B)122.14º46.67%47.06%-
XYZ9.8114.927.52-
YUV97.1110.45104.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.6%
GREEN value IS 120 (47.27% from 255) = 48%
BLUE value IS 66 (26.17% from 255) = 26.4%
R=25.6%
G=48%
B=26.4%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64120660.4700.450.53122.1430.4336.08
Hex4078422F02D357a1e24
Octal10017010257055651723644
Binary1000000111100010000101011110101101110101111101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407842; }

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

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

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

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

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

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

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

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