#408745

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

Shades of Killarney #408745

Tints of Killarney #408745

Color information

#408745 (or 0x408745) is unknown color: approx Killarney. HEX triplet: 40, 87 and 45. RGB value is (64,135,69). Sum of RGB (Red+Green+Blue) = 64+135+69=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #408745 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408745 is #BF78BA. Grayscale: #6A6A6A. Windows color (decimal): -12548283 or 4556608. OLE color: 4556608.

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

Color convert

RGB6413569-
CMYK0.5300.490.47
HSL124.23º35.68%39.02%-
HSV(B)124.23º52.59%52.94%-
XYZ11.8518.858.64-
YUV106.25106.9897.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.88%
GREEN value IS 135 (53.12% from 255) = 50.37%
BLUE value IS 69 (27.34% from 255) = 25.75%
R=23.88%
G=50.37%
B=25.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64135690.5300.490.47124.2335.6839.02
Hex408745350312F7c2427
Octal10020710565061571744447
Binary100000010000111100010111010101100011011111111100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408745; }

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

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

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

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

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

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

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

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