Html Css Color HEX #3A6B49 Amazon

📋 copy color: '#3A6B49'

red 58 ◦ green 107 ◦ blue 73

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

Shades of Amazon #3A6B49

Tints of Amazon #3A6B49

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.96%

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

R = 24.37%
G = 44.96%
B = 30.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#3A6B49 (or 0x3A6B49) is known color: Amazon. HEX triplet: 3A, 6B and 49. RGB value is (58,107,73). Sum of RGB (Red+Green+Blue) = 58+107+73=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 107 - color contains mainly: green. Hex color #3A6B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6B49 is #C594B6. Grayscale: #585858. Windows color (decimal): -12948663 or 4811578. OLE color: 4811578.

HSL color Cylindrical-coordinate representation of color #3A6B49: hue angle of 138.37º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A6B49 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 58 107 73 -
CMYK 0.46 0 0.32 0.58
HSL 138.37º 0.3% 0.32% -
HSV(B) 138.37º 0.46% 0.42% -
XYZ 8.21 11.9 8.17 -
YUV 88.47 119.27 106.26 -
System Red Green Blue C M Y K H S L
Decimal 58 107 73 0.46 0 0.32 0.58 138.37 0.3 0.32
Hex 3A 6B 49 2E 0 20 3A 8A 1E 20
Octal 72 153 111 56 0 40 72 212 36 40
Binary 111010 1101011 1001001 101110 0 100000 111010 10001010 11110 100000

Color Harmonies of #3A6B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6B49

Black with #3A6B49

Text Example


Text Example

White with #3A6B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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