#405B4F

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

Shades of Plantation #405B4F

Tints of Plantation #405B4F

Color information

#405B4F (or 0x405B4F) is unknown color: approx Plantation. HEX triplet: 40, 5B and 4F. RGB value is (64,91,79). Sum of RGB (Red+Green+Blue) = 64+91+79=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 91 - color contains mainly: green. Hex color #405B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405B4F is #BFA4B0. Grayscale: #515151. Windows color (decimal): -12559537 or 5200704. OLE color: 5200704.

HSL color Cylindrical-coordinate representation of color #405B4F: hue angle of 153.33º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #405B4F is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB649179-
CMYK0.3000.130.64
HSL153.33º17.42%30.39%-
HSV(B)153.33º29.67%35.69%-
XYZ7.279.148.78-
YUV81.56126.55115.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.35%
GREEN value IS 91 (35.94% from 255) = 38.89%
BLUE value IS 79 (31.25% from 255) = 33.76%
R=27.35%
G=38.89%
B=33.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6491790.3000.130.64153.3317.4230.39
Hex405B4F1E0D4099111e
Octal100133117360151002312136
Binary10000001011011100111111110011011000000100110011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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