Html Css Color HEX #355647 Plantation

📋 copy color: '#355647'

red 53 ◦ green 86 ◦ blue 71

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

Shades of Plantation #355647

Tints of Plantation #355647

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.95%

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

R = 25.24%
G = 40.95%
B = 33.81%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#355647 (or 0x355647) is known color: Plantation. HEX triplet: 35, 56 and 47. RGB value is (53,86,71). Sum of RGB (Red+Green+Blue) = 53+86+71=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 71 (28.12% from 255 or 33.81% from 210); Max value from RGB is 86 - color contains mainly: green. Hex color #355647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355647 is #CAA9B8. Grayscale: #4A4A4A. Windows color (decimal): -13281721 or 4675125. OLE color: 4675125.

HSL color Cylindrical-coordinate representation of color #355647: hue angle of 152.73º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #355647 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 86 71 -
CMYK 0.38 0 0.17 0.66
HSL 152.73º 0.24% 0.27% -
HSV(B) 152.73º 0.38% 0.34% -
XYZ 5.93 7.87 7.17 -
YUV 74.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 53 86 71 0.38 0 0.17 0.66 152.73 0.24 0.27
Hex 35 56 47 26 0 11 42 99 18 1B
Octal 65 126 107 46 0 21 102 231 30 33
Binary 110101 1010110 1000111 100110 0 10001 1000010 10011001 11000 11011

Color Harmonies of #355647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355647

Black with #355647

Text Example


Text Example

White with #355647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355647; }

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

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

background-color css

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

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

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

border-color css

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

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

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