Html Css Color HEX #3C7C5D Amazon

📋 copy color: '#3C7C5D'

red 60 ◦ green 124 ◦ blue 93

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

Shades of Amazon #3C7C5D

Tints of Amazon #3C7C5D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.77%

 BLUE value IS 93 (36.72% from 255) = 33.57%

R = 21.66%
G = 44.77%
B = 33.57%

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

#3C7C5D (or 0x3C7C5D) is known color: Amazon. HEX triplet: 3C, 7C and 5D. RGB value is (60,124,93). Sum of RGB (Red+Green+Blue) = 60+124+93=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 124 - color contains mainly: green. Hex color #3C7C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7C5D is #C383A2. Grayscale: #656565. Windows color (decimal): -12813219 or 6126652. OLE color: 6126652.

HSL color Cylindrical-coordinate representation of color #3C7C5D: hue angle of 150.94º 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 #3C7C5D is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 60 124 93 -
CMYK 0.52 0 0.25 0.51
HSL 150.94º 0.35% 0.36% -
HSV(B) 150.94º 0.52% 0.49% -
XYZ 11.05 16.17 12.89 -
YUV 101.33 123.3 98.52 -
System Red Green Blue C M Y K H S L
Decimal 60 124 93 0.52 0 0.25 0.51 150.94 0.35 0.36
Hex 3C 7C 5D 34 0 19 33 97 23 24
Octal 74 174 135 64 0 31 63 227 43 44
Binary 111100 1111100 1011101 110100 0 11001 110011 10010111 100011 100100

Color Harmonies of #3C7C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7C5D

Black with #3C7C5D

Text Example


Text Example

White with #3C7C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,124,93); }

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

background-color css

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

 a { background-color: rgb(60,124,93); }

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

border-color css

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

 span { border-color: rgb(60,124,93); }

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