#335545

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

Shades of Plantation #335545

Tints of Plantation #335545

Color information

#335545 (or 0x335545) is unknown color: approx Plantation. HEX triplet: 33, 55 and 45. RGB value is (51,85,69). Sum of RGB (Red+Green+Blue) = 51+85+69=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #335545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335545 is #CCAABA. Grayscale: #494949. Windows color (decimal): -13413051 or 4543795. OLE color: 4543795.

HSL color Cylindrical-coordinate representation of color #335545: hue angle of 151.76º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #335545 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB518569-
CMYK0.4000.190.67
HSL151.76º25%26.67%-
HSV(B)151.76º40%33.33%-
XYZ5.697.636.8-
YUV73.01125.74112.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.88%
GREEN value IS 85 (33.59% from 255) = 41.46%
BLUE value IS 69 (27.34% from 255) = 33.66%
R=24.88%
G=41.46%
B=33.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5185690.4000.190.67151.762526.67
Hex335545280134398191b
Octal63125105500231032303133
Binary110011101010110001011010000100111000011100110001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335545; }

 p { color: rgb(51,85,69); }

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

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

 a { background-color: rgb(51,85,69); }

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

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

 span { border-color: rgb(51,85,69); }

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