Html Css Color HEX #355846 Plantation

📋 copy color: '#355846'

red 53 ◦ green 88 ◦ blue 70

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

Shades of Plantation #355846

Tints of Plantation #355846

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.71%

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

R = 25.12%
G = 41.71%
B = 33.18%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#355846 (or 0x355846) is known color: Plantation. HEX triplet: 35, 58 and 46. RGB value is (53,88,70). Sum of RGB (Red+Green+Blue) = 53+88+70=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 88 - color contains mainly: green. Hex color #355846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355846 is #CAA7B9. Grayscale: #4B4B4B. Windows color (decimal): -13281210 or 4610101. OLE color: 4610101.

HSL color Cylindrical-coordinate representation of color #355846: hue angle of 149.14º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355846 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 88 70 -
CMYK 0.40 0 0.20 0.65
HSL 149.14º 0.25% 0.28% -
HSV(B) 149.14º 0.4% 0.35% -
XYZ 6.06 8.18 7.05 -
YUV 75.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 53 88 70 0.40 0 0.20 0.65 149.14 0.25 0.28
Hex 35 58 46 28 0 14 41 95 19 1C
Octal 65 130 106 50 0 24 101 225 31 34
Binary 110101 1011000 1000110 101000 0 10100 1000001 10010101 11001 11100

Color Harmonies of #355846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355846

Black with #355846

Text Example


Text Example

White with #355846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355846; }

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

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

background-color css

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

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

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

border-color css

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

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

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