Html Css Color HEX #3C805E Amazon

📋 copy color: '#3C805E'

red 60 ◦ green 128 ◦ blue 94

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

Shades of Amazon #3C805E

Tints of Amazon #3C805E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.33%

R = 21.28%
G = 45.39%
B = 33.33%

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

#3C805E (or 0x3C805E) is known color: Amazon. HEX triplet: 3C, 80 and 5E. RGB value is (60,128,94). Sum of RGB (Red+Green+Blue) = 60+128+94=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #3C805E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C805E is #C37FA1. Grayscale: #676767. Windows color (decimal): -12812194 or 6193212. OLE color: 6193212.

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

Color convert

RGB 60 128 94 -
CMYK 0.53 0 0.27 0.50
HSL 150º 0.36% 0.37% -
HSV(B) 150º 0.53% 0.5% -
XYZ 11.6 17.21 13.3 -
YUV 103.79 122.47 96.76 -
System Red Green Blue C M Y K H S L
Decimal 60 128 94 0.53 0 0.27 0.50 150 0.36 0.37
Hex 3C 80 5E 35 0 1B 32 96 24 25
Octal 74 200 136 65 0 33 62 226 44 45
Binary 111100 10000000 1011110 110101 0 11011 110010 10010110 100100 100101

Color Harmonies of #3C805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C805E

Black with #3C805E

Text Example


Text Example

White with #3C805E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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