Html Css Color HEX #3A5749 Plantation

📋 copy color: '#3A5749'

red 58 ◦ green 87 ◦ blue 73

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

Shades of Plantation #3A5749

Tints of Plantation #3A5749

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.91%

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

R = 26.61%
G = 39.91%
B = 33.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#3A5749 (or 0x3A5749) is known color: Plantation. HEX triplet: 3A, 57 and 49. RGB value is (58,87,73). Sum of RGB (Red+Green+Blue) = 58+87+73=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 87 - color contains mainly: green. Hex color #3A5749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5749 is #C5A8B6. Grayscale: #4C4C4C. Windows color (decimal): -12953783 or 4806458. OLE color: 4806458.

HSL color Cylindrical-coordinate representation of color #3A5749: hue angle of 151.03º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A5749 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 58 87 73 -
CMYK 0.33 0 0.16 0.66
HSL 151.03º 0.2% 0.28% -
HSV(B) 151.03º 0.33% 0.34% -
XYZ 6.36 8.2 7.55 -
YUV 76.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 58 87 73 0.33 0 0.16 0.66 151.03 0.2 0.28
Hex 3A 57 49 21 0 10 42 97 14 1C
Octal 72 127 111 41 0 20 102 227 24 34
Binary 111010 1010111 1001001 100001 0 10000 1000010 10010111 10100 11100

Color Harmonies of #3A5749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5749

Black with #3A5749

Text Example


Text Example

White with #3A5749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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