Html Css Color HEX #3A5847 Plantation

📋 copy color: '#3A5847'

red 58 ◦ green 88 ◦ blue 71

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

Shades of Plantation #3A5847

Tints of Plantation #3A5847

RGB

 RED value IS 58 (23.05% from 255) = 26.73%

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

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

R = 26.73%
G = 40.55%
B = 32.72%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#3A5847 (or 0x3A5847) is known color: Plantation. HEX triplet: 3A, 58 and 47. RGB value is (58,88,71). Sum of RGB (Red+Green+Blue) = 58+88+71=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5847 is #C5A7B8. Grayscale: #4D4D4D. Windows color (decimal): -12953529 or 4675642. OLE color: 4675642.

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

Color convert

RGB 58 88 71 -
CMYK 0.34 0 0.19 0.65
HSL 146º 0.21% 0.29% -
HSV(B) 146º 0.34% 0.35% -
XYZ 6.37 8.33 7.23 -
YUV 77.09 124.56 114.38 -
System Red Green Blue C M Y K H S L
Decimal 58 88 71 0.34 0 0.19 0.65 146 0.21 0.29
Hex 3A 58 47 22 0 13 41 92 15 1D
Octal 72 130 107 42 0 23 101 222 25 35
Binary 111010 1011000 1000111 100010 0 10011 1000001 10010010 10101 11101

Color Harmonies of #3A5847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5847

Black with #3A5847

Text Example


Text Example

White with #3A5847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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