Html Css Color HEX #3C6F50 Amazon

📋 copy color: '#3C6F50'

red 60 ◦ green 111 ◦ blue 80

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

Shades of Amazon #3C6F50

Tints of Amazon #3C6F50

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.22%

 BLUE value IS 80 (31.64% from 255) = 31.87%

R = 23.9%
G = 44.22%
B = 31.87%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#3C6F50 (or 0x3C6F50) is known color: Amazon. HEX triplet: 3C, 6F and 50. RGB value is (60,111,80). Sum of RGB (Red+Green+Blue) = 60+111+80=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 111 - color contains mainly: green. Hex color #3C6F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6F50 is #C390AF. Grayscale: #5C5C5C. Windows color (decimal): -12816560 or 5271356. OLE color: 5271356.

HSL color Cylindrical-coordinate representation of color #3C6F50: hue angle of 143.53º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C6F50 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 111 80 -
CMYK 0.46 0 0.28 0.56
HSL 143.53º 0.3% 0.34% -
HSV(B) 143.53º 0.46% 0.44% -
XYZ 9 12.91 9.61 -
YUV 92.22 121.1 105.02 -
System Red Green Blue C M Y K H S L
Decimal 60 111 80 0.46 0 0.28 0.56 143.53 0.3 0.34
Hex 3C 6F 50 2E 0 1C 38 90 1E 22
Octal 74 157 120 56 0 34 70 220 36 42
Binary 111100 1101111 1010000 101110 0 11100 111000 10010000 11110 100010

Color Harmonies of #3C6F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6F50

Black with #3C6F50

Text Example


Text Example

White with #3C6F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,111,80); }

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

background-color css

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

 a { background-color: rgb(60,111,80); }

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

border-color css

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

 span { border-color: rgb(60,111,80); }

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