Html Css Color HEX #3C855D Amazon

📋 copy color: '#3C855D'

red 60 ◦ green 133 ◦ blue 93

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

Shades of Amazon #3C855D

Tints of Amazon #3C855D

RGB

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

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

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

R = 20.98%
G = 46.5%
B = 32.52%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#3C855D (or 0x3C855D) is known color: Amazon. HEX triplet: 3C, 85 and 5D. RGB value is (60,133,93). Sum of RGB (Red+Green+Blue) = 60+133+93=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #3C855D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C855D is #C37AA2. Grayscale: #6A6A6A. Windows color (decimal): -12810915 or 6128956. OLE color: 6128956.

HSL color Cylindrical-coordinate representation of color #3C855D: hue angle of 147.12º 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 #3C855D is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 133 93 -
CMYK 0.55 0 0.30 0.48
HSL 147.12º 0.38% 0.38% -
HSV(B) 147.12º 0.55% 0.52% -
XYZ 12.23 18.53 13.29 -
YUV 106.61 120.32 94.75 -
System Red Green Blue C M Y K H S L
Decimal 60 133 93 0.55 0 0.30 0.48 147.12 0.38 0.38
Hex 3C 85 5D 37 0 1E 30 93 26 26
Octal 74 205 135 67 0 36 60 223 46 46
Binary 111100 10000101 1011101 110111 0 11110 110000 10010011 100110 100110

Color Harmonies of #3C855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C855D

Black with #3C855D

Text Example


Text Example

White with #3C855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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