Html Css Color HEX #356047 Plantation

📋 copy color: '#356047'

red 53 ◦ green 96 ◦ blue 71

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

Shades of Plantation #356047

Tints of Plantation #356047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.64%

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

R = 24.09%
G = 43.64%
B = 32.27%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#356047 (or 0x356047) is known color: Plantation. HEX triplet: 35, 60 and 47. RGB value is (53,96,71). Sum of RGB (Red+Green+Blue) = 53+96+71=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #356047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356047 is #CA9FB8. Grayscale: #505050. Windows color (decimal): -13279161 or 4677685. OLE color: 4677685.

HSL color Cylindrical-coordinate representation of color #356047: hue angle of 145.12º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #356047 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 96 71 -
CMYK 0.45 0 0.26 0.62
HSL 145.12º 0.29% 0.29% -
HSV(B) 145.12º 0.45% 0.38% -
XYZ 6.79 9.58 7.45 -
YUV 80.29 122.75 108.53 -
System Red Green Blue C M Y K H S L
Decimal 53 96 71 0.45 0 0.26 0.62 145.12 0.29 0.29
Hex 35 60 47 2D 0 1A 3E 91 1D 1D
Octal 65 140 107 55 0 32 76 221 35 35
Binary 110101 1100000 1000111 101101 0 11010 111110 10010001 11101 11101

Color Harmonies of #356047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356047

Black with #356047

Text Example


Text Example

White with #356047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356047; }

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

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

background-color css

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

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

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

border-color css

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

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

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