#335C48

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

Shades of Plantation #335C48

Tints of Plantation #335C48

Color information

#335C48 (or 0x335C48) is unknown color: approx Plantation. HEX triplet: 33, 5C and 48. RGB value is (51,92,72). Sum of RGB (Red+Green+Blue) = 51+92+72=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 92 (36.33% from 255 or 42.79% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 92 - color contains mainly: green. Hex color #335C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335C48 is #CCA3B7. Grayscale: #4D4D4D. Windows color (decimal): -13411256 or 4742195. OLE color: 4742195.

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

Color convert

RGB519272-
CMYK0.4500.220.64
HSL150.73º28.67%28.04%-
HSV(B)150.73º44.57%36.08%-
XYZ6.368.837.5-
YUV77.46124.92109.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.72%
GREEN value IS 92 (36.33% from 255) = 42.79%
BLUE value IS 72 (28.52% from 255) = 33.49%
R=23.72%
G=42.79%
B=33.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5192720.4500.220.64150.7328.6728.04
Hex335C482D01640971d1c
Octal63134110550261002273534
Binary110011101110010010001011010101101000000100101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,92,72); }

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

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

 a { background-color: rgb(51,92,72); }

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

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

 span { border-color: rgb(51,92,72); }

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