#335844

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

Shades of Plantation #335844

Tints of Plantation #335844

Color information

#335844 (or 0x335844) is unknown color: approx Plantation. HEX triplet: 33, 58 and 44. RGB value is (51,88,68). Sum of RGB (Red+Green+Blue) = 51+88+68=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 88 - color contains mainly: green. Hex color #335844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335844 is #CCA7BB. Grayscale: #4A4A4A. Windows color (decimal): -13412284 or 4479027. OLE color: 4479027.

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

Color convert

RGB518868-
CMYK0.4200.230.65
HSL147.57º26.62%27.25%-
HSV(B)147.57º42.05%34.51%-
XYZ5.98.16.72-
YUV74.66124.24111.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.64%
GREEN value IS 88 (34.77% from 255) = 42.51%
BLUE value IS 68 (26.95% from 255) = 32.85%
R=24.64%
G=42.51%
B=32.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5188680.4200.230.65147.5726.6227.25
Hex3358442A01741941b1b
Octal63130104520271012243333
Binary110011101100010001001010100101111000001100101001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335844; }

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

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

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

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

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

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

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

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