Html Css Color HEX #3C724F Amazon

📋 copy color: '#3C724F'

red 60 ◦ green 114 ◦ blue 79

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

Shades of Amazon #3C724F

Tints of Amazon #3C724F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.23%

R = 23.72%
G = 45.06%
B = 31.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#3C724F (or 0x3C724F) is known color: Amazon. HEX triplet: 3C, 72 and 4F. RGB value is (60,114,79). Sum of RGB (Red+Green+Blue) = 60+114+79=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #3C724F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C724F is #C38DB0. Grayscale: #5D5D5D. Windows color (decimal): -12815793 or 5206588. OLE color: 5206588.

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

Color convert

RGB 60 114 79 -
CMYK 0.47 0 0.31 0.55
HSL 141.11º 0.31% 0.34% -
HSV(B) 141.11º 0.47% 0.45% -
XYZ 9.29 13.56 9.52 -
YUV 93.86 119.61 103.85 -
System Red Green Blue C M Y K H S L
Decimal 60 114 79 0.47 0 0.31 0.55 141.11 0.31 0.34
Hex 3C 72 4F 2F 0 1F 37 8D 1F 22
Octal 74 162 117 57 0 37 67 215 37 42
Binary 111100 1110010 1001111 101111 0 11111 110111 10001101 11111 100010

Color Harmonies of #3C724F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C724F

Black with #3C724F

Text Example


Text Example

White with #3C724F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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