Html Css Color HEX #3C804D Amazon

📋 copy color: '#3C804D'

red 60 ◦ green 128 ◦ blue 77

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

Shades of Amazon #3C804D

Tints of Amazon #3C804D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.06%

R = 22.64%
G = 48.3%
B = 29.06%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#3C804D (or 0x3C804D) is known color: Amazon. HEX triplet: 3C, 80 and 4D. RGB value is (60,128,77). Sum of RGB (Red+Green+Blue) = 60+128+77=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 128 - color contains mainly: green. Hex color #3C804D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C804D is #C37FB2. Grayscale: #656565. Windows color (decimal): -12812211 or 5079100. OLE color: 5079100.

HSL color Cylindrical-coordinate representation of color #3C804D: hue angle of 135º 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 #3C804D is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB 60 128 77 -
CMYK 0.53 0 0.40 0.50
HSL 135º 0.36% 0.37% -
HSV(B) 135º 0.53% 0.5% -
XYZ 10.92 16.93 9.71 -
YUV 101.85 113.97 98.15 -
System Red Green Blue C M Y K H S L
Decimal 60 128 77 0.53 0 0.40 0.50 135 0.36 0.37
Hex 3C 80 4D 35 0 28 32 87 24 25
Octal 74 200 115 65 0 50 62 207 44 45
Binary 111100 10000000 1001101 110101 0 101000 110010 10000111 100100 100101

Color Harmonies of #3C804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C804D

Black with #3C804D

Text Example


Text Example

White with #3C804D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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