#407740

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

Shades of Killarney #407740

Tints of Killarney #407740

Color information

#407740 (or 0x407740) is unknown color: approx Killarney. HEX triplet: 40, 77 and 40. RGB value is (64,119,64). Sum of RGB (Red+Green+Blue) = 64+119+64=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #407740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407740 is #BF88BF. Grayscale: #606060. Windows color (decimal): -12552384 or 4224832. OLE color: 4224832.

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

Color convert

RGB6411964-
CMYK0.4600.460.53
HSL120º30.05%35.88%-
HSV(B)120º46.22%46.67%-
XYZ9.6414.657.17-
YUV96.28109.78104.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.91%
GREEN value IS 119 (46.88% from 255) = 48.18%
BLUE value IS 64 (25.39% from 255) = 25.91%
R=25.91%
G=48.18%
B=25.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64119640.4600.460.5312030.0535.88
Hex4077402E02E35781e24
Octal10016710056056651703644
Binary1000000111011110000001011100101110110101111100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407740; }

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

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

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

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

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

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

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

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