Html Css Color HEX #3A5849 Plantation

📋 copy color: '#3A5849'

red 58 ◦ green 88 ◦ blue 73

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

Shades of Plantation #3A5849

Tints of Plantation #3A5849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 33.33%

R = 26.48%
G = 40.18%
B = 33.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#3A5849 (or 0x3A5849) is known color: Plantation. HEX triplet: 3A, 58 and 49. RGB value is (58,88,73). Sum of RGB (Red+Green+Blue) = 58+88+73=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5849 is #C5A7B6. Grayscale: #4D4D4D. Windows color (decimal): -12953527 or 4806714. OLE color: 4806714.

HSL color Cylindrical-coordinate representation of color #3A5849: hue angle of 150º 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 #3A5849 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 88 73 -
CMYK 0.34 0 0.17 0.65
HSL 150º 0.21% 0.29% -
HSV(B) 150º 0.34% 0.35% -
XYZ 6.44 8.36 7.58 -
YUV 77.32 125.56 114.22 -
System Red Green Blue C M Y K H S L
Decimal 58 88 73 0.34 0 0.17 0.65 150 0.21 0.29
Hex 3A 58 49 22 0 11 41 96 15 1D
Octal 72 130 111 42 0 21 101 226 25 35
Binary 111010 1011000 1001001 100010 0 10001 1000001 10010110 10101 11101

Color Harmonies of #3A5849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5849

Black with #3A5849

Text Example


Text Example

White with #3A5849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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