Html Css Color HEX #355D46 Plantation

📋 copy color: '#355D46'

red 53 ◦ green 93 ◦ blue 70

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

Shades of Plantation #355D46

Tints of Plantation #355D46

RGB

 RED value IS 53 (21.09% from 255) = 24.54%

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

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

R = 24.54%
G = 43.06%
B = 32.41%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#355D46 (or 0x355D46) is known color: Plantation. HEX triplet: 35, 5D and 46. RGB value is (53,93,70). Sum of RGB (Red+Green+Blue) = 53+93+70=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 93 - color contains mainly: green. Hex color #355D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355D46 is #CAA2B9. Grayscale: #4E4E4E. Windows color (decimal): -13279930 or 4611381. OLE color: 4611381.

HSL color Cylindrical-coordinate representation of color #355D46: hue angle of 145.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #355D46 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 93 70 -
CMYK 0.43 0 0.25 0.64
HSL 145.5º 0.27% 0.29% -
HSV(B) 145.5º 0.43% 0.36% -
XYZ 6.49 9.03 7.19 -
YUV 78.42 123.25 109.87 -
System Red Green Blue C M Y K H S L
Decimal 53 93 70 0.43 0 0.25 0.64 145.5 0.27 0.29
Hex 35 5D 46 2B 0 19 40 92 1B 1D
Octal 65 135 106 53 0 31 100 222 33 35
Binary 110101 1011101 1000110 101011 0 11001 1000000 10010010 11011 11101

Color Harmonies of #355D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355D46

Black with #355D46

Text Example


Text Example

White with #355D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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