Html Css Color HEX #335946 Plantation

📋 copy color: '#335946'

red 51 ◦ green 89 ◦ blue 70

#335946
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plantation #335946

Tints of Plantation #335946

RGB

 RED value IS 51 (20.31% from 255) = 24.29%

 GREEN value IS 89 (35.16% from 255) = 42.38%

 BLUE value IS 70 (27.73% from 255) = 33.33%

R = 24.29%
G = 42.38%
B = 33.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#335946 (or 0x335946) is known color: Plantation. HEX triplet: 33, 59 and 46. RGB value is (51,89,70). Sum of RGB (Red+Green+Blue) = 51+89+70=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #335946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335946 is #CCA6B9. Grayscale: #4B4B4B. Windows color (decimal): -13412026 or 4610355. OLE color: 4610355.

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

Color convert

RGB 51 89 70 -
CMYK 0.43 0 0.21 0.65
HSL 150º 0.27% 0.27% -
HSV(B) 150º 0.43% 0.35% -
XYZ 6.04 8.29 7.08 -
YUV 75.47 124.91 110.54 -
System Red Green Blue C M Y K H S L
Decimal 51 89 70 0.43 0 0.21 0.65 150 0.27 0.27
Hex 33 59 46 2B 0 15 41 96 1B 1B
Octal 63 131 106 53 0 25 101 226 33 33
Binary 110011 1011001 1000110 101011 0 10101 1000001 10010110 11011 11011

Color Harmonies of #335946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335946

Black with #335946

Text Example


Text Example

White with #335946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335946; }

 p { color: rgb(51,89,70); }

 H1.HeaderClassName
 {
   color: #335946;
 }
 .AnyTagClassName
 {
   color: #335946;
 }
</style>

background-color css

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

 a { background-color: rgb(51,89,70); }

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

border-color css

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

 span { border-color: rgb(51,89,70); }

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