#405848

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

Shades of Plantation #405848

Tints of Plantation #405848

Color information

#405848 (or 0x405848) is unknown color: approx Plantation. HEX triplet: 40, 58 and 48. RGB value is (64,88,72). Sum of RGB (Red+Green+Blue) = 64+88+72=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 88 - color contains mainly: green. Hex color #405848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405848 is #BFA7B7. Grayscale: #4F4F4F. Windows color (decimal): -12560312 or 4741184. OLE color: 4741184.

HSL color Cylindrical-coordinate representation of color #405848: hue angle of 140º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #405848 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB648872-
CMYK0.2700.180.65
HSL140º15.79%29.8%-
HSV(B)140º27.27%34.51%-
XYZ6.778.547.42-
YUV79124.05117.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.57%
GREEN value IS 88 (34.77% from 255) = 39.29%
BLUE value IS 72 (28.52% from 255) = 32.14%
R=28.57%
G=39.29%
B=32.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6488720.2700.180.6514015.7929.8
Hex4058481B012418c101e
Octal100130110330221012142036
Binary100000010110001001000110110100101000001100011001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405848; }

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

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

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

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

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

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

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

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