Html Css Color HEX #3C855B Amazon

📋 copy color: '#3C855B'

red 60 ◦ green 133 ◦ blue 91

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

Shades of Amazon #3C855B

Tints of Amazon #3C855B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.83%

 BLUE value IS 91 (35.94% from 255) = 32.04%

R = 21.13%
G = 46.83%
B = 32.04%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#3C855B (or 0x3C855B) is known color: Amazon. HEX triplet: 3C, 85 and 5B. RGB value is (60,133,91). Sum of RGB (Red+Green+Blue) = 60+133+91=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #3C855B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C855B is #C37AA4. Grayscale: #6A6A6A. Windows color (decimal): -12810917 or 5997884. OLE color: 5997884.

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

Color convert

RGB 60 133 91 -
CMYK 0.55 0 0.32 0.48
HSL 145.48º 0.38% 0.38% -
HSV(B) 145.48º 0.55% 0.52% -
XYZ 12.14 18.49 12.83 -
YUV 106.39 119.32 94.92 -
System Red Green Blue C M Y K H S L
Decimal 60 133 91 0.55 0 0.32 0.48 145.48 0.38 0.38
Hex 3C 85 5B 37 0 20 30 91 26 26
Octal 74 205 133 67 0 40 60 221 46 46
Binary 111100 10000101 1011011 110111 0 100000 110000 10010001 100110 100110

Color Harmonies of #3C855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C855B

Black with #3C855B

Text Example


Text Example

White with #3C855B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,133,91); }

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

background-color css

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

 a { background-color: rgb(60,133,91); }

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

border-color css

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

 span { border-color: rgb(60,133,91); }

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