Html Css Color HEX #3C7A5D Amazon

📋 copy color: '#3C7A5D'

red 60 ◦ green 122 ◦ blue 93

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

Shades of Amazon #3C7A5D

Tints of Amazon #3C7A5D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.36%

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

R = 21.82%
G = 44.36%
B = 33.82%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#3C7A5D (or 0x3C7A5D) is known color: Amazon. HEX triplet: 3C, 7A and 5D. RGB value is (60,122,93). Sum of RGB (Red+Green+Blue) = 60+122+93=275 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.82% from 275); Green value is 122 (48.05% from 255 or 44.36% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 122 - color contains mainly: green. Hex color #3C7A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7A5D is #C385A2. Grayscale: #646464. Windows color (decimal): -12813731 or 6126140. OLE color: 6126140.

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

Color convert

RGB 60 122 93 -
CMYK 0.51 0 0.24 0.52
HSL 151.94º 0.34% 0.36% -
HSV(B) 151.94º 0.51% 0.48% -
XYZ 10.8 15.67 12.81 -
YUV 100.16 123.96 99.36 -
System Red Green Blue C M Y K H S L
Decimal 60 122 93 0.51 0 0.24 0.52 151.94 0.34 0.36
Hex 3C 7A 5D 33 0 18 34 98 22 24
Octal 74 172 135 63 0 30 64 230 42 44
Binary 111100 1111010 1011101 110011 0 11000 110100 10011000 100010 100100

Color Harmonies of #3C7A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7A5D

Black with #3C7A5D

Text Example


Text Example

White with #3C7A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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