Html Css Color HEX #3C805D Amazon

📋 copy color: '#3C805D'

red 60 ◦ green 128 ◦ blue 93

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

Shades of Amazon #3C805D

Tints of Amazon #3C805D

RGB

 RED value IS 60 (23.83% from 255) = 21.35%

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

 BLUE value IS 93 (36.72% from 255) = 33.1%

R = 21.35%
G = 45.55%
B = 33.1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#3C805D (or 0x3C805D) is known color: Amazon. HEX triplet: 3C, 80 and 5D. RGB value is (60,128,93). Sum of RGB (Red+Green+Blue) = 60+128+93=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #3C805D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C805D is #C37FA2. Grayscale: #676767. Windows color (decimal): -12812195 or 6127676. OLE color: 6127676.

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

Color convert

RGB 60 128 93 -
CMYK 0.53 0 0.27 0.50
HSL 149.12º 0.36% 0.37% -
HSV(B) 149.12º 0.53% 0.5% -
XYZ 11.56 17.19 13.06 -
YUV 103.68 121.97 96.85 -
System Red Green Blue C M Y K H S L
Decimal 60 128 93 0.53 0 0.27 0.50 149.12 0.36 0.37
Hex 3C 80 5D 35 0 1B 32 95 24 25
Octal 74 200 135 65 0 33 62 225 44 45
Binary 111100 10000000 1011101 110101 0 11011 110010 10010101 100100 100101

Color Harmonies of #3C805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C805D

Black with #3C805D

Text Example


Text Example

White with #3C805D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,128,93); }

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

background-color css

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

 a { background-color: rgb(60,128,93); }

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

border-color css

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

 span { border-color: rgb(60,128,93); }

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