Html Css Color HEX #3C724D Amazon

📋 copy color: '#3C724D'

red 60 ◦ green 114 ◦ blue 77

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

Shades of Amazon #3C724D

Tints of Amazon #3C724D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.42%

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

R = 23.9%
G = 45.42%
B = 30.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#3C724D (or 0x3C724D) is known color: Amazon. HEX triplet: 3C, 72 and 4D. RGB value is (60,114,77). Sum of RGB (Red+Green+Blue) = 60+114+77=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #3C724D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C724D is #C38DB2. Grayscale: #5D5D5D. Windows color (decimal): -12815795 or 5075516. OLE color: 5075516.

HSL color Cylindrical-coordinate representation of color #3C724D: hue angle of 138.89º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C724D is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 114 77 -
CMYK 0.47 0 0.32 0.55
HSL 138.89º 0.31% 0.34% -
HSV(B) 138.89º 0.47% 0.45% -
XYZ 9.22 13.53 9.15 -
YUV 93.64 118.61 104.01 -
System Red Green Blue C M Y K H S L
Decimal 60 114 77 0.47 0 0.32 0.55 138.89 0.31 0.34
Hex 3C 72 4D 2F 0 20 37 8B 1F 22
Octal 74 162 115 57 0 40 67 213 37 42
Binary 111100 1110010 1001101 101111 0 100000 110111 10001011 11111 100010

Color Harmonies of #3C724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C724D

Black with #3C724D

Text Example


Text Example

White with #3C724D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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