Html Css Color HEX #3A5A49 Plantation

📋 copy color: '#3A5A49'

red 58 ◦ green 90 ◦ blue 73

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

Shades of Plantation #3A5A49

Tints of Plantation #3A5A49

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.72%

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

R = 26.24%
G = 40.72%
B = 33.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#3A5A49 (or 0x3A5A49) is known color: Plantation. HEX triplet: 3A, 5A and 49. RGB value is (58,90,73). Sum of RGB (Red+Green+Blue) = 58+90+73=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5A49 is #C5A5B6. Grayscale: #4E4E4E. Windows color (decimal): -12953015 or 4807226. OLE color: 4807226.

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

Color convert

RGB 58 90 73 -
CMYK 0.36 0 0.19 0.65
HSL 148.13º 0.22% 0.29% -
HSV(B) 148.13º 0.36% 0.35% -
XYZ 6.6 8.69 7.63 -
YUV 78.49 124.9 113.38 -
System Red Green Blue C M Y K H S L
Decimal 58 90 73 0.36 0 0.19 0.65 148.13 0.22 0.29
Hex 3A 5A 49 24 0 13 41 94 16 1D
Octal 72 132 111 44 0 23 101 224 26 35
Binary 111010 1011010 1001001 100100 0 10011 1000001 10010100 10110 11101

Color Harmonies of #3A5A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5A49

Black with #3A5A49

Text Example


Text Example

White with #3A5A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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