Html Css Color HEX #3C7D5E Amazon

📋 copy color: '#3C7D5E'

red 60 ◦ green 125 ◦ blue 94

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

Shades of Amazon #3C7D5E

Tints of Amazon #3C7D5E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 44.8%

 BLUE value IS 94 (37.11% from 255) = 33.69%

R = 21.51%
G = 44.8%
B = 33.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#3C7D5E (or 0x3C7D5E) is known color: Amazon. HEX triplet: 3C, 7D and 5E. RGB value is (60,125,94). Sum of RGB (Red+Green+Blue) = 60+125+94=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 125 (49.22% from 255 or 44.80% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 125 - color contains mainly: green. Hex color #3C7D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7D5E is #C382A1. Grayscale: #666666. Windows color (decimal): -12812962 or 6192444. OLE color: 6192444.

HSL color Cylindrical-coordinate representation of color #3C7D5E: hue angle of 151.38º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C7D5E is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 60 125 94 -
CMYK 0.52 0 0.25 0.51
HSL 151.38º 0.35% 0.36% -
HSV(B) 151.38º 0.52% 0.49% -
XYZ 11.22 16.44 13.17 -
YUV 102.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 60 125 94 0.52 0 0.25 0.51 151.38 0.35 0.36
Hex 3C 7D 5E 34 0 19 33 97 23 24
Octal 74 175 136 64 0 31 63 227 43 44
Binary 111100 1111101 1011110 110100 0 11001 110011 10010111 100011 100100

Color Harmonies of #3C7D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7D5E

Black with #3C7D5E

Text Example


Text Example

White with #3C7D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,125,94); }

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

background-color css

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

 a { background-color: rgb(60,125,94); }

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

border-color css

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

 span { border-color: rgb(60,125,94); }

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