Html Css Color HEX #335D46 Plantation

📋 copy color: '#335D46'

red 51 ◦ green 93 ◦ blue 70

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

Shades of Plantation #335D46

Tints of Plantation #335D46

RGB

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

 GREEN value IS 93 (36.72% from 255) = 43.46%

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

R = 23.83%
G = 43.46%
B = 32.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#335D46 (or 0x335D46) is known color: Plantation. HEX triplet: 33, 5D and 46. RGB value is (51,93,70). Sum of RGB (Red+Green+Blue) = 51+93+70=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 93 - color contains mainly: green. Hex color #335D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335D46 is #CCA2B9. Grayscale: #4D4D4D. Windows color (decimal): -13411002 or 4611379. OLE color: 4611379.

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

Color convert

RGB 51 93 70 -
CMYK 0.45 0 0.25 0.64
HSL 147.14º 0.29% 0.28% -
HSV(B) 147.14º 0.45% 0.36% -
XYZ 6.39 8.97 7.19 -
YUV 77.82 123.59 108.87 -
System Red Green Blue C M Y K H S L
Decimal 51 93 70 0.45 0 0.25 0.64 147.14 0.29 0.28
Hex 33 5D 46 2D 0 19 40 93 1D 1C
Octal 63 135 106 55 0 31 100 223 35 34
Binary 110011 1011101 1000110 101101 0 11001 1000000 10010011 11101 11100

Color Harmonies of #335D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335D46

Black with #335D46

Text Example


Text Example

White with #335D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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