Html Css Color HEX #3A805C Amazon

📋 copy color: '#3A805C'

red 58 ◦ green 128 ◦ blue 92

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

Shades of Amazon #3A805C

Tints of Amazon #3A805C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.04%

 BLUE value IS 92 (36.33% from 255) = 33.09%

R = 20.86%
G = 46.04%
B = 33.09%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#3A805C (or 0x3A805C) is known color: Amazon. HEX triplet: 3A, 80 and 5C. RGB value is (58,128,92). Sum of RGB (Red+Green+Blue) = 58+128+92=278 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.86% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 128 - color contains mainly: green. Hex color #3A805C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A805C is #C57FA3. Grayscale: #676767. Windows color (decimal): -12943268 or 6062138. OLE color: 6062138.

HSL color Cylindrical-coordinate representation of color #3A805C: hue angle of 149.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A805C is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 58 128 92 -
CMYK 0.55 0 0.28 0.50
HSL 149.14º 0.38% 0.36% -
HSV(B) 149.14º 0.55% 0.5% -
XYZ 11.4 17.11 12.83 -
YUV 102.97 121.81 95.93 -
System Red Green Blue C M Y K H S L
Decimal 58 128 92 0.55 0 0.28 0.50 149.14 0.38 0.36
Hex 3A 80 5C 37 0 1C 32 95 26 24
Octal 72 200 134 67 0 34 62 225 46 44
Binary 111010 10000000 1011100 110111 0 11100 110010 10010101 100110 100100

Color Harmonies of #3A805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A805C

Black with #3A805C

Text Example


Text Example

White with #3A805C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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