#407640

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

Shades of Killarney #407640

Tints of Killarney #407640

Color information

#407640 (or 0x407640) is unknown color: approx Killarney. HEX triplet: 40, 76 and 40. RGB value is (64,118,64). Sum of RGB (Red+Green+Blue) = 64+118+64=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #407640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407640 is #BF89BF. Grayscale: #5F5F5F. Windows color (decimal): -12552640 or 4224576. OLE color: 4224576.

HSL color Cylindrical-coordinate representation of color #407640: hue angle of 120º 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 #407640 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB6411864-
CMYK0.4600.460.54
HSL120º29.67%35.69%-
HSV(B)120º45.76%46.27%-
XYZ9.5214.427.13-
YUV95.7110.11105.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 118 (46.48% from 255) = 47.97%
BLUE value IS 64 (25.39% from 255) = 26.02%
R=26.02%
G=47.97%
B=26.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64118640.4600.460.5412029.6735.69
Hex4076402E02E36781e24
Octal10016610056056661703644
Binary1000000111011010000001011100101110110110111100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407640; }

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

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

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

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

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

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

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

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