#405948

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

Shades of Plantation #405948

Tints of Plantation #405948

Color information

#405948 (or 0x405948) is unknown color: approx Plantation. HEX triplet: 40, 59 and 48. RGB value is (64,89,72). Sum of RGB (Red+Green+Blue) = 64+89+72=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 89 - color contains mainly: green. Hex color #405948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405948 is #BFA6B7. Grayscale: #4F4F4F. Windows color (decimal): -12560056 or 4741440. OLE color: 4741440.

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

Color convert

RGB648972-
CMYK0.2800.190.65
HSL139.2º16.34%30%-
HSV(B)139.2º28.09%34.9%-
XYZ6.868.77.45-
YUV79.59123.72116.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 89 (35.16% from 255) = 39.56%
BLUE value IS 72 (28.52% from 255) = 32%
R=28.44%
G=39.56%
B=32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6489720.2800.190.65139.216.3430
Hex4059481C013418b101e
Octal100131110340231012132036
Binary100000010110011001000111000100111000001100010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405948; }

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

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

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

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

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

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

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

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