#405F4F

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

Shades of Plantation #405F4F

Tints of Plantation #405F4F

Color information

#405F4F (or 0x405F4F) is unknown color: approx Plantation. HEX triplet: 40, 5F and 4F. RGB value is (64,95,79). Sum of RGB (Red+Green+Blue) = 64+95+79=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 95 - color contains mainly: green. Hex color #405F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405F4F is #BFA0B0. Grayscale: #535353. Windows color (decimal): -12558513 or 5201728. OLE color: 5201728.

HSL color Cylindrical-coordinate representation of color #405F4F: hue angle of 149.03º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #405F4F is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.63.

Color convert

RGB649579-
CMYK0.3300.170.63
HSL149.03º19.5%31.18%-
HSV(B)149.03º32.63%37.25%-
XYZ7.629.848.89-
YUV83.91125.23113.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.89%
GREEN value IS 95 (37.5% from 255) = 39.92%
BLUE value IS 79 (31.25% from 255) = 33.19%
R=26.89%
G=39.92%
B=33.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6495790.3300.170.63149.0319.531.18
Hex405F4F210113F95131f
Octal10013711741021772252337
Binary100000010111111001111100001010001111111100101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405F4F; }

 p { color: rgb(64,95,79); }

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

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

 a { background-color: rgb(64,95,79); }

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

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

 span { border-color: rgb(64,95,79); }

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