Html Css Color HEX #3C6A50 Amazon

📋 copy color: '#3C6A50'

red 60 ◦ green 106 ◦ blue 80

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

Shades of Amazon #3C6A50

Tints of Amazon #3C6A50

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.09%

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

R = 24.39%
G = 43.09%
B = 32.52%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#3C6A50 (or 0x3C6A50) is known color: Amazon. HEX triplet: 3C, 6A and 50. RGB value is (60,106,80). Sum of RGB (Red+Green+Blue) = 60+106+80=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 106 - color contains mainly: green. Hex color #3C6A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6A50 is #C395AF. Grayscale: #595959. Windows color (decimal): -12817840 or 5270076. OLE color: 5270076.

HSL color Cylindrical-coordinate representation of color #3C6A50: hue angle of 146.09º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C6A50 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 60 106 80 -
CMYK 0.43 0 0.25 0.58
HSL 146.09º 0.28% 0.33% -
HSV(B) 146.09º 0.43% 0.42% -
XYZ 8.47 11.85 9.43 -
YUV 89.28 122.76 107.11 -
System Red Green Blue C M Y K H S L
Decimal 60 106 80 0.43 0 0.25 0.58 146.09 0.28 0.33
Hex 3C 6A 50 2B 0 19 3A 92 1C 21
Octal 74 152 120 53 0 31 72 222 34 41
Binary 111100 1101010 1010000 101011 0 11001 111010 10010010 11100 100001

Color Harmonies of #3C6A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6A50

Black with #3C6A50

Text Example


Text Example

White with #3C6A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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