#407345

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

Shades of Killarney #407345

Tints of Killarney #407345

Color information

#407345 (or 0x407345) is unknown color: approx Killarney. HEX triplet: 40, 73 and 45. RGB value is (64,115,69). Sum of RGB (Red+Green+Blue) = 64+115+69=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #407345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407345 is #BF8CBA. Grayscale: #5E5E5E. Windows color (decimal): -12553403 or 4551488. OLE color: 4551488.

HSL color Cylindrical-coordinate representation of color #407345: hue angle of 125.88º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #407345 is Cyan = 0.44, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.55.

Color convert

RGB6411569-
CMYK0.4400.40.55
HSL125.88º28.49%35.1%-
HSV(B)125.88º44.35%45.1%-
XYZ9.3213.787.8-
YUV94.51113.6106.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.81%
GREEN value IS 115 (45.31% from 255) = 46.37%
BLUE value IS 69 (27.34% from 255) = 27.82%
R=25.81%
G=46.37%
B=27.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64115690.4400.40.55125.8828.4935.1
Hex4073452C028377e1c23
Octal10016310554050671763443
Binary1000000111001110001011011000101000110111111111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407345; }

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

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

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

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

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

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

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

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