Html Css Color HEX #355847 Plantation

📋 copy color: '#355847'

red 53 ◦ green 88 ◦ blue 71

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

Shades of Plantation #355847

Tints of Plantation #355847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 33.49%

R = 25%
G = 41.51%
B = 33.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#355847 (or 0x355847) is known color: Plantation. HEX triplet: 35, 58 and 47. RGB value is (53,88,71). Sum of RGB (Red+Green+Blue) = 53+88+71=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #355847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355847 is #CAA7B8. Grayscale: #4B4B4B. Windows color (decimal): -13281209 or 4675637. OLE color: 4675637.

HSL color Cylindrical-coordinate representation of color #355847: hue angle of 150.86º 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 #355847 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 88 71 -
CMYK 0.40 0 0.19 0.65
HSL 150.86º 0.25% 0.28% -
HSV(B) 150.86º 0.4% 0.35% -
XYZ 6.1 8.19 7.22 -
YUV 75.6 125.4 111.88 -
System Red Green Blue C M Y K H S L
Decimal 53 88 71 0.40 0 0.19 0.65 150.86 0.25 0.28
Hex 35 58 47 28 0 13 41 97 19 1C
Octal 65 130 107 50 0 23 101 227 31 34
Binary 110101 1011000 1000111 101000 0 10011 1000001 10010111 11001 11100

Color Harmonies of #355847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355847

Black with #355847

Text Example


Text Example

White with #355847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355847; }

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

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

background-color css

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

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

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

border-color css

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

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

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