#335544

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

Shades of Plantation #335544

Tints of Plantation #335544

Color information

#335544 (or 0x335544) is unknown color: approx Plantation. HEX triplet: 33, 55 and 44. RGB value is (51,85,68). Sum of RGB (Red+Green+Blue) = 51+85+68=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #335544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335544 is #CCAABB. Grayscale: #484848. Windows color (decimal): -13413052 or 4478259. OLE color: 4478259.

HSL color Cylindrical-coordinate representation of color #335544: hue angle of 150º 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 #335544 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB518568-
CMYK0.4000.200.67
HSL150º25%26.67%-
HSV(B)150º40%33.33%-
XYZ5.667.626.64-
YUV72.9125.24112.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 68 (26.95% from 255) = 33.33%
R=25%
G=41.67%
B=33.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5185680.4000.200.671502526.67
Hex335544280144396191b
Octal63125104500241032263133
Binary110011101010110001001010000101001000011100101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335544; }

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

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

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

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

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

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

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

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