#406848

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

Shades of Killarney #406848

Tints of Killarney #406848

Color information

#406848 (or 0x406848) is unknown color: approx Killarney. HEX triplet: 40, 68 and 48. RGB value is (64,104,72). Sum of RGB (Red+Green+Blue) = 64+104+72=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 104 - color contains mainly: green. Hex color #406848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406848 is #BF97B7. Grayscale: #585858. Windows color (decimal): -12556216 or 4745280. OLE color: 4745280.

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

Color convert

RGB6410472-
CMYK0.3800.310.59
HSL132º23.81%32.94%-
HSV(B)132º38.46%40.78%-
XYZ8.2311.467.91-
YUV88.39118.75110.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.67%
GREEN value IS 104 (41.02% from 255) = 43.33%
BLUE value IS 72 (28.52% from 255) = 30%
R=26.67%
G=43.33%
B=30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64104720.3800.310.5913223.8132.94
Hex4068482601F3B841821
Octal10015011046037732043041
Binary1000000110100010010001001100111111110111000010011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406848; }

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

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

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

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

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

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

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

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