Html Css Color HEX #3B5347 Plantation

📋 copy color: '#3B5347'

red 59 ◦ green 83 ◦ blue 71

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

Shades of Plantation #3B5347

Tints of Plantation #3B5347

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.97%

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

R = 27.7%
G = 38.97%
B = 33.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#3B5347 (or 0x3B5347) is known color: Plantation. HEX triplet: 3B, 53 and 47. RGB value is (59,83,71). Sum of RGB (Red+Green+Blue) = 59+83+71=213 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.70% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 83 - color contains mainly: green. Hex color #3B5347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5347 is #C4ACB8. Grayscale: #4A4A4A. Windows color (decimal): -12889273 or 4674363. OLE color: 4674363.

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

Color convert

RGB 59 83 71 -
CMYK 0.29 0 0.14 0.67
HSL 150º 0.17% 0.28% -
HSV(B) 150º 0.29% 0.33% -
XYZ 6.03 7.57 7.1 -
YUV 74.46 126.05 116.98 -
System Red Green Blue C M Y K H S L
Decimal 59 83 71 0.29 0 0.14 0.67 150 0.17 0.28
Hex 3B 53 47 1D 0 E 43 96 11 1C
Octal 73 123 107 35 0 16 103 226 21 34
Binary 111011 1010011 1000111 11101 0 1110 1000011 10010110 10001 11100

Color Harmonies of #3B5347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5347

Black with #3B5347

Text Example


Text Example

White with #3B5347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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