#335946

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

Shades of Plantation #335946

Tints of Plantation #335946

Color information

#335946 (or 0x335946) is unknown color: approx Plantation. HEX triplet: 33, 59 and 46. RGB value is (51,89,70). Sum of RGB (Red+Green+Blue) = 51+89+70=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #335946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335946 is #CCA6B9. Grayscale: #4B4B4B. Windows color (decimal): -13412026 or 4610355. OLE color: 4610355.

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

Color convert

RGB518970-
CMYK0.4300.210.65
HSL150º27.14%27.45%-
HSV(B)150º42.7%34.9%-
XYZ6.048.297.08-
YUV75.47124.91110.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.29%
GREEN value IS 89 (35.16% from 255) = 42.38%
BLUE value IS 70 (27.73% from 255) = 33.33%
R=24.29%
G=42.38%
B=33.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5189700.4300.210.6515027.1427.45
Hex3359462B01541961b1b
Octal63131106530251012263333
Binary110011101100110001101010110101011000001100101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335946; }

 p { color: rgb(51,89,70); }

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

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

 a { background-color: rgb(51,89,70); }

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

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

 span { border-color: rgb(51,89,70); }

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