Html Css Color HEX #3C745C Amazon

📋 copy color: '#3C745C'

red 60 ◦ green 116 ◦ blue 92

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

Shades of Amazon #3C745C

Tints of Amazon #3C745C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.28%

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

R = 22.39%
G = 43.28%
B = 34.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#3C745C (or 0x3C745C) is known color: Amazon. HEX triplet: 3C, 74 and 5C. RGB value is (60,116,92). Sum of RGB (Red+Green+Blue) = 60+116+92=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 116 - color contains mainly: green. Hex color #3C745C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C745C is #C38BA3. Grayscale: #606060. Windows color (decimal): -12815268 or 6059068. OLE color: 6059068.

HSL color Cylindrical-coordinate representation of color #3C745C: hue angle of 154.29º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C745C is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 116 92 -
CMYK 0.48 0 0.21 0.55
HSL 154.29º 0.32% 0.35% -
HSV(B) 154.29º 0.48% 0.45% -
XYZ 10.04 14.22 12.34 -
YUV 96.52 125.45 101.95 -
System Red Green Blue C M Y K H S L
Decimal 60 116 92 0.48 0 0.21 0.55 154.29 0.32 0.35
Hex 3C 74 5C 30 0 15 37 9A 20 23
Octal 74 164 134 60 0 25 67 232 40 43
Binary 111100 1110100 1011100 110000 0 10101 110111 10011010 100000 100011

Color Harmonies of #3C745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C745C

Black with #3C745C

Text Example


Text Example

White with #3C745C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,116,92); }

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

background-color css

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

 a { background-color: rgb(60,116,92); }

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

border-color css

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

 span { border-color: rgb(60,116,92); }

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