#407548

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

Shades of Killarney #407548

Tints of Killarney #407548

Color information

#407548 (or 0x407548) is unknown color: approx Killarney. HEX triplet: 40, 75 and 48. RGB value is (64,117,72). Sum of RGB (Red+Green+Blue) = 64+117+72=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #407548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407548 is #BF8AB7. Grayscale: #606060. Windows color (decimal): -12552888 or 4748608. OLE color: 4748608.

HSL color Cylindrical-coordinate representation of color #407548: hue angle of 129.06º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #407548 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB6411772-
CMYK0.4500.380.54
HSL129.06º29.28%35.49%-
HSV(B)129.06º45.3%45.88%-
XYZ9.6514.288.38-
YUV96.02114.44105.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.30%
GREEN value IS 117 (46.09% from 255) = 46.25%
BLUE value IS 72 (28.52% from 255) = 28.46%
R=25.30%
G=46.25%
B=28.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64117720.4500.380.54129.0629.2835.49
Hex4075482D02636811d23
Octal10016511055046662013543
Binary10000001110101100100010110101001101101101000000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407548; }

 p { color: rgb(64,117,72); }

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

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

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

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

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

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

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