Html Css Color HEX #3C8557 Amazon

📋 copy color: '#3C8557'

red 60 ◦ green 133 ◦ blue 87

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

Shades of Amazon #3C8557

Tints of Amazon #3C8557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.07%

R = 21.43%
G = 47.5%
B = 31.07%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#3C8557 (or 0x3C8557) is known color: Amazon. HEX triplet: 3C, 85 and 57. RGB value is (60,133,87). Sum of RGB (Red+Green+Blue) = 60+133+87=280 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.43% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #3C8557 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8557 is #C37AA8. Grayscale: #6A6A6A. Windows color (decimal): -12810921 or 5735740. OLE color: 5735740.

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

Color convert

RGB 60 133 87 -
CMYK 0.55 0 0.35 0.48
HSL 142.19º 0.38% 0.38% -
HSV(B) 142.19º 0.55% 0.52% -
XYZ 11.97 18.42 11.94 -
YUV 105.93 117.32 95.24 -
System Red Green Blue C M Y K H S L
Decimal 60 133 87 0.55 0 0.35 0.48 142.19 0.38 0.38
Hex 3C 85 57 37 0 23 30 8E 26 26
Octal 74 205 127 67 0 43 60 216 46 46
Binary 111100 10000101 1010111 110111 0 100011 110000 10001110 100110 100110

Color Harmonies of #3C8557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8557

Black with #3C8557

Text Example


Text Example

White with #3C8557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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