Html Css Color HEX #3C854D Amazon

📋 copy color: '#3C854D'

red 60 ◦ green 133 ◦ blue 77

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

Shades of Amazon #3C854D

Tints of Amazon #3C854D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.52%

R = 22.22%
G = 49.26%
B = 28.52%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#3C854D (or 0x3C854D) is known color: Amazon. HEX triplet: 3C, 85 and 4D. RGB value is (60,133,77). Sum of RGB (Red+Green+Blue) = 60+133+77=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #3C854D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C854D is #C37AB2. Grayscale: #686868. Windows color (decimal): -12810931 or 5080380. OLE color: 5080380.

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

Color convert

RGB 60 133 77 -
CMYK 0.55 0 0.42 0.48
HSL 133.97º 0.38% 0.38% -
HSV(B) 133.97º 0.55% 0.52% -
XYZ 11.59 18.27 9.94 -
YUV 104.79 112.32 96.05 -
System Red Green Blue C M Y K H S L
Decimal 60 133 77 0.55 0 0.42 0.48 133.97 0.38 0.38
Hex 3C 85 4D 37 0 2A 30 86 26 26
Octal 74 205 115 67 0 52 60 206 46 46
Binary 111100 10000101 1001101 110111 0 101010 110000 10000110 100110 100110

Color Harmonies of #3C854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C854D

Black with #3C854D

Text Example


Text Example

White with #3C854D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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