#335C47

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

Shades of Plantation #335C47

Tints of Plantation #335C47

Color information

#335C47 (or 0x335C47) is unknown color: approx Plantation. HEX triplet: 33, 5C and 47. RGB value is (51,92,71). Sum of RGB (Red+Green+Blue) = 51+92+71=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 92 - color contains mainly: green. Hex color #335C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335C47 is #CCA3B8. Grayscale: #4D4D4D. Windows color (decimal): -13411257 or 4676659. OLE color: 4676659.

HSL color Cylindrical-coordinate representation of color #335C47: hue angle of 149.27º 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 #335C47 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB519271-
CMYK0.4500.230.64
HSL149.27º28.67%28.04%-
HSV(B)149.27º44.57%36.08%-
XYZ6.338.817.33-
YUV77.35124.42109.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.83%
GREEN value IS 92 (36.33% from 255) = 42.99%
BLUE value IS 71 (28.12% from 255) = 33.18%
R=23.83%
G=42.99%
B=33.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5192710.4500.230.64149.2728.6728.04
Hex335C472D01740951d1c
Octal63134107550271002253534
Binary110011101110010001111011010101111000000100101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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