#335A44

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

Shades of Plantation #335A44

Tints of Plantation #335A44

Color information

#335A44 (or 0x335A44) is unknown color: approx Plantation. HEX triplet: 33, 5A and 44. RGB value is (51,90,68). Sum of RGB (Red+Green+Blue) = 51+90+68=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 90 - color contains mainly: green. Hex color #335A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335A44 is #CCA5BB. Grayscale: #4B4B4B. Windows color (decimal): -13411772 or 4479539. OLE color: 4479539.

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

Color convert

RGB519068-
CMYK0.4300.240.65
HSL146.15º27.66%27.65%-
HSV(B)146.15º43.33%35.29%-
XYZ6.068.436.78-
YUV75.83123.58110.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.40%
GREEN value IS 90 (35.55% from 255) = 43.06%
BLUE value IS 68 (26.95% from 255) = 32.54%
R=24.40%
G=43.06%
B=32.54%

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
Decimal5190680.4300.240.65146.1527.6627.65
Hex335A442B01841921c1c
Octal63132104530301012223434
Binary110011101101010001001010110110001000001100100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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