Html Css Color HEX #395547 Plantation

📋 copy color: '#395547'

red 57 ◦ green 85 ◦ blue 71

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

Shades of Plantation #395547

Tints of Plantation #395547

RGB

 RED value IS 57 (22.66% from 255) = 26.76%

 GREEN value IS 85 (33.59% from 255) = 39.91%

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

R = 26.76%
G = 39.91%
B = 33.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#395547 (or 0x395547) is known color: Plantation. HEX triplet: 39, 55 and 47. RGB value is (57,85,71). Sum of RGB (Red+Green+Blue) = 57+85+71=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #395547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395547 is #C6AAB8. Grayscale: #4B4B4B. Windows color (decimal): -13019833 or 4674873. OLE color: 4674873.

HSL color Cylindrical-coordinate representation of color #395547: hue angle of 150º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #395547 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 85 71 -
CMYK 0.33 0 0.16 0.67
HSL 150º 0.2% 0.28% -
HSV(B) 150º 0.33% 0.33% -
XYZ 6.07 7.82 7.15 -
YUV 75.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 57 85 71 0.33 0 0.16 0.67 150 0.2 0.28
Hex 39 55 47 21 0 10 43 96 14 1C
Octal 71 125 107 41 0 20 103 226 24 34
Binary 111001 1010101 1000111 100001 0 10000 1000011 10010110 10100 11100

Color Harmonies of #395547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395547

Black with #395547

Text Example


Text Example

White with #395547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395547; }

 p { color: rgb(57,85,71); }

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

background-color css

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

 a { background-color: rgb(57,85,71); }

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

border-color css

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

 span { border-color: rgb(57,85,71); }

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