Html Css Color HEX #3B5847 Plantation

📋 copy color: '#3B5847'

red 59 ◦ green 88 ◦ blue 71

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

Shades of Plantation #3B5847

Tints of Plantation #3B5847

RGB

 RED value IS 59 (23.44% from 255) = 27.06%

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

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

R = 27.06%
G = 40.37%
B = 32.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#3B5847 (or 0x3B5847) is known color: Plantation. HEX triplet: 3B, 58 and 47. RGB value is (59,88,71). Sum of RGB (Red+Green+Blue) = 59+88+71=218 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.06% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #3B5847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5847 is #C4A7B8. Grayscale: #4D4D4D. Windows color (decimal): -12887993 or 4675643. OLE color: 4675643.

HSL color Cylindrical-coordinate representation of color #3B5847: hue angle of 144.83º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3B5847 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 88 71 -
CMYK 0.33 0 0.19 0.65
HSL 144.83º 0.2% 0.29% -
HSV(B) 144.83º 0.33% 0.35% -
XYZ 6.43 8.36 7.24 -
YUV 77.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 59 88 71 0.33 0 0.19 0.65 144.83 0.2 0.29
Hex 3B 58 47 21 0 13 41 91 14 1D
Octal 73 130 107 41 0 23 101 221 24 35
Binary 111011 1011000 1000111 100001 0 10011 1000001 10010001 10100 11101

Color Harmonies of #3B5847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5847

Black with #3B5847

Text Example


Text Example

White with #3B5847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B5847; }

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

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

background-color css

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

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

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

border-color css

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

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

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