#406948

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

Shades of Killarney #406948

Tints of Killarney #406948

Color information

#406948 (or 0x406948) is unknown color: approx Killarney. HEX triplet: 40, 69 and 48. RGB value is (64,105,72). Sum of RGB (Red+Green+Blue) = 64+105+72=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 105 - color contains mainly: green. Hex color #406948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406948 is #BF96B7. Grayscale: #595959. Windows color (decimal): -12555960 or 4745536. OLE color: 4745536.

HSL color Cylindrical-coordinate representation of color #406948: hue angle of 131.71º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #406948 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB6410572-
CMYK0.3900.310.59
HSL131.71º24.26%33.14%-
HSV(B)131.71º39.05%41.18%-
XYZ8.3411.667.94-
YUV88.98118.42110.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 105 (41.41% from 255) = 43.57%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=26.56%
G=43.57%
B=29.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64105720.3900.310.59131.7124.2633.14
Hex4069482701F3B841821
Octal10015111047037732043041
Binary1000000110100110010001001110111111110111000010011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406948; }

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

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

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

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

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

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

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

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