Html Css Color HEX #3D7C60 Amazon

📋 copy color: '#3D7C60'

red 61 ◦ green 124 ◦ blue 96

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

Shades of Amazon #3D7C60

Tints of Amazon #3D7C60

RGB

 RED value IS 61 (24.22% from 255) = 21.71%

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

 BLUE value IS 96 (37.89% from 255) = 34.16%

R = 21.71%
G = 44.13%
B = 34.16%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#3D7C60 (or 0x3D7C60) is known color: Amazon. HEX triplet: 3D, 7C and 60. RGB value is (61,124,96). Sum of RGB (Red+Green+Blue) = 61+124+96=281 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.71% from 281); Green value is 124 (48.83% from 255 or 44.13% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 124 - color contains mainly: green. Hex color #3D7C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7C60 is #C2839F. Grayscale: #666666. Windows color (decimal): -12747680 or 6323261. OLE color: 6323261.

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

Color convert

RGB 61 124 96 -
CMYK 0.51 0 0.23 0.51
HSL 153.33º 0.34% 0.36% -
HSV(B) 153.33º 0.51% 0.49% -
XYZ 11.24 16.25 13.61 -
YUV 101.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 61 124 96 0.51 0 0.23 0.51 153.33 0.34 0.36
Hex 3D 7C 60 33 0 17 33 99 22 24
Octal 75 174 140 63 0 27 63 231 42 44
Binary 111101 1111100 1100000 110011 0 10111 110011 10011001 100010 100100

Color Harmonies of #3D7C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7C60

Black with #3D7C60

Text Example


Text Example

White with #3D7C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,124,96); }

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

background-color css

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

 a { background-color: rgb(61,124,96); }

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

border-color css

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

 span { border-color: rgb(61,124,96); }

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