Html Css Color HEX #3A5C49 Plantation

📋 copy color: '#3A5C49'

red 58 ◦ green 92 ◦ blue 73

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

Shades of Plantation #3A5C49

Tints of Plantation #3A5C49

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.26%

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

R = 26.01%
G = 41.26%
B = 32.74%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#3A5C49 (or 0x3A5C49) is known color: Plantation. HEX triplet: 3A, 5C and 49. RGB value is (58,92,73). Sum of RGB (Red+Green+Blue) = 58+92+73=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 92 - color contains mainly: green. Hex color #3A5C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5C49 is #C5A3B6. Grayscale: #4F4F4F. Windows color (decimal): -12952503 or 4807738. OLE color: 4807738.

HSL color Cylindrical-coordinate representation of color #3A5C49: hue angle of 146.47º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A5C49 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.

Color convert

RGB 58 92 73 -
CMYK 0.37 0 0.21 0.64
HSL 146.47º 0.23% 0.29% -
HSV(B) 146.47º 0.37% 0.36% -
XYZ 6.77 9.03 7.69 -
YUV 79.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 58 92 73 0.37 0 0.21 0.64 146.47 0.23 0.29
Hex 3A 5C 49 25 0 15 40 92 17 1D
Octal 72 134 111 45 0 25 100 222 27 35
Binary 111010 1011100 1001001 100101 0 10101 1000000 10010010 10111 11101

Color Harmonies of #3A5C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5C49

Black with #3A5C49

Text Example


Text Example

White with #3A5C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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