#407648

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

Shades of Killarney #407648

Tints of Killarney #407648

Color information

#407648 (or 0x407648) is unknown color: approx Killarney. HEX triplet: 40, 76 and 48. RGB value is (64,118,72). Sum of RGB (Red+Green+Blue) = 64+118+72=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #407648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407648 is #BF89B7. Grayscale: #606060. Windows color (decimal): -12552632 or 4748864. OLE color: 4748864.

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

Color convert

RGB6411872-
CMYK0.4600.390.54
HSL128.89º29.67%35.69%-
HSV(B)128.89º45.76%46.27%-
XYZ9.7614.518.42-
YUV96.61114.11104.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.20%
GREEN value IS 118 (46.48% from 255) = 46.46%
BLUE value IS 72 (28.52% from 255) = 28.35%
R=25.20%
G=46.46%
B=28.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64118720.4600.390.54128.8929.6735.69
Hex4076482E02736811e24
Octal10016611056047662013644
Binary10000001110110100100010111001001111101101000000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407648; }

 p { color: rgb(64,118,72); }

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

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

 a { background-color: rgb(64,118,72); }

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

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

 span { border-color: rgb(64,118,72); }

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