Html Css Color HEX #3A6E49 Amazon

📋 copy color: '#3A6E49'

red 58 ◦ green 110 ◦ blue 73

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

Shades of Amazon #3A6E49

Tints of Amazon #3A6E49

RGB

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

 GREEN value IS 110 (43.36% from 255) = 45.64%

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

R = 24.07%
G = 45.64%
B = 30.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#3A6E49 (or 0x3A6E49) is known color: Amazon. HEX triplet: 3A, 6E and 49. RGB value is (58,110,73). Sum of RGB (Red+Green+Blue) = 58+110+73=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 110 - color contains mainly: green. Hex color #3A6E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6E49 is #C591B6. Grayscale: #5A5A5A. Windows color (decimal): -12947895 or 4812346. OLE color: 4812346.

HSL color Cylindrical-coordinate representation of color #3A6E49: hue angle of 137.31º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A6E49 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB 58 110 73 -
CMYK 0.47 0 0.34 0.57
HSL 137.31º 0.31% 0.33% -
HSV(B) 137.31º 0.47% 0.43% -
XYZ 8.52 12.53 8.27 -
YUV 90.23 118.27 105.01 -
System Red Green Blue C M Y K H S L
Decimal 58 110 73 0.47 0 0.34 0.57 137.31 0.31 0.33
Hex 3A 6E 49 2F 0 22 39 89 1F 21
Octal 72 156 111 57 0 42 71 211 37 41
Binary 111010 1101110 1001001 101111 0 100010 111001 10001001 11111 100001

Color Harmonies of #3A6E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6E49

Black with #3A6E49

Text Example


Text Example

White with #3A6E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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