Html Css Color HEX #3A5949 Plantation

📋 copy color: '#3A5949'

red 58 ◦ green 89 ◦ blue 73

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

Shades of Plantation #3A5949

Tints of Plantation #3A5949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.45%

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

R = 26.36%
G = 40.45%
B = 33.18%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#3A5949 (or 0x3A5949) is known color: Plantation. HEX triplet: 3A, 59 and 49. RGB value is (58,89,73). Sum of RGB (Red+Green+Blue) = 58+89+73=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 89 - color contains mainly: green. Hex color #3A5949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5949 is #C5A6B6. Grayscale: #4D4D4D. Windows color (decimal): -12953271 or 4806970. OLE color: 4806970.

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

Color convert

RGB 58 89 73 -
CMYK 0.35 0 0.18 0.65
HSL 149.03º 0.21% 0.29% -
HSV(B) 149.03º 0.35% 0.35% -
XYZ 6.52 8.53 7.61 -
YUV 77.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 58 89 73 0.35 0 0.18 0.65 149.03 0.21 0.29
Hex 3A 59 49 23 0 12 41 95 15 1D
Octal 72 131 111 43 0 22 101 225 25 35
Binary 111010 1011001 1001001 100011 0 10010 1000001 10010101 10101 11101

Color Harmonies of #3A5949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5949

Black with #3A5949

Text Example


Text Example

White with #3A5949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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