#335944

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

Shades of Plantation #335944

Tints of Plantation #335944

Color information

#335944 (or 0x335944) is unknown color: approx Plantation. HEX triplet: 33, 59 and 44. RGB value is (51,89,68). Sum of RGB (Red+Green+Blue) = 51+89+68=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 89 - color contains mainly: green. Hex color #335944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335944 is #CCA6BB. Grayscale: #4B4B4B. Windows color (decimal): -13412028 or 4479283. OLE color: 4479283.

HSL color Cylindrical-coordinate representation of color #335944: hue angle of 146.84º 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 #335944 is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB518968-
CMYK0.4300.240.65
HSL146.84º27.14%27.45%-
HSV(B)146.84º42.7%34.9%-
XYZ5.988.276.75-
YUV75.24123.91110.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.52%
GREEN value IS 89 (35.16% from 255) = 42.79%
BLUE value IS 68 (26.95% from 255) = 32.69%
R=24.52%
G=42.79%
B=32.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5189680.4300.240.65146.8427.1427.45
Hex3359442B01841931b1b
Octal63131104530301012233333
Binary110011101100110001001010110110001000001100100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335944; }

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

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

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

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

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

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

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

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