#407745

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

Shades of Killarney #407745

Tints of Killarney #407745

Color information

#407745 (or 0x407745) is unknown color: approx Killarney. HEX triplet: 40, 77 and 45. RGB value is (64,119,69). Sum of RGB (Red+Green+Blue) = 64+119+69=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #407745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407745 is #BF88BA. Grayscale: #616161. Windows color (decimal): -12552379 or 4552512. OLE color: 4552512.

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

Color convert

RGB6411969-
CMYK0.4600.420.53
HSL125.45º30.05%35.88%-
HSV(B)125.45º46.22%46.67%-
XYZ9.7914.717.95-
YUV96.85112.28104.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.40%
GREEN value IS 119 (46.88% from 255) = 47.22%
BLUE value IS 69 (27.34% from 255) = 27.38%
R=25.40%
G=47.22%
B=27.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64119690.4600.420.53125.4530.0535.88
Hex4077452E02A357d1e24
Octal10016710556052651753644
Binary1000000111011110001011011100101010110101111110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407745; }

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

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

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

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

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

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

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

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