Html Css Color HEX #3C875D Amazon

📋 copy color: '#3C875D'

red 60 ◦ green 135 ◦ blue 93

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

Shades of Amazon #3C875D

Tints of Amazon #3C875D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.88%

 BLUE value IS 93 (36.72% from 255) = 32.29%

R = 20.83%
G = 46.88%
B = 32.29%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#3C875D (or 0x3C875D) is known color: Amazon. HEX triplet: 3C, 87 and 5D. RGB value is (60,135,93). Sum of RGB (Red+Green+Blue) = 60+135+93=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 135 - color contains mainly: green. Hex color #3C875D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C875D is #C378A2. Grayscale: #6B6B6B. Windows color (decimal): -12810403 or 6129468. OLE color: 6129468.

HSL color Cylindrical-coordinate representation of color #3C875D: hue angle of 146.4º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C875D is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 135 93 -
CMYK 0.56 0 0.31 0.47
HSL 146.4º 0.38% 0.38% -
HSV(B) 146.4º 0.56% 0.53% -
XYZ 12.5 19.08 13.38 -
YUV 107.79 119.65 93.92 -
System Red Green Blue C M Y K H S L
Decimal 60 135 93 0.56 0 0.31 0.47 146.4 0.38 0.38
Hex 3C 87 5D 38 0 1F 2F 92 26 26
Octal 74 207 135 70 0 37 57 222 46 46
Binary 111100 10000111 1011101 111000 0 11111 101111 10010010 100110 100110

Color Harmonies of #3C875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C875D

Black with #3C875D

Text Example


Text Example

White with #3C875D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,135,93); }

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

background-color css

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

 a { background-color: rgb(60,135,93); }

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

border-color css

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

 span { border-color: rgb(60,135,93); }

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