#335B45

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

Shades of Plantation #335B45

Tints of Plantation #335B45

Color information

#335B45 (or 0x335B45) is unknown color: approx Plantation. HEX triplet: 33, 5B and 45. RGB value is (51,91,69). Sum of RGB (Red+Green+Blue) = 51+91+69=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 91 (35.94% from 255 or 43.13% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 91 - color contains mainly: green. Hex color #335B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335B45 is #CCA4BA. Grayscale: #4C4C4C. Windows color (decimal): -13411515 or 4545331. OLE color: 4545331.

HSL color Cylindrical-coordinate representation of color #335B45: hue angle of 147º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #335B45 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB519169-
CMYK0.4400.240.64
HSL147º28.17%27.84%-
HSV(B)147º43.96%35.69%-
XYZ6.188.626.97-
YUV76.53123.75109.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.17%
GREEN value IS 91 (35.94% from 255) = 43.13%
BLUE value IS 69 (27.34% from 255) = 32.70%
R=24.17%
G=43.13%
B=32.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5191690.4400.240.6414728.1727.84
Hex335B452C01840931c1c
Octal63133105540301002233434
Binary110011101101110001011011000110001000000100100111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335B45; }

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

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

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

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

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

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

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

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