Html Css Color HEX #3D7D51 Amazon

📋 copy color: '#3D7D51'

red 61 ◦ green 125 ◦ blue 81

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

Shades of Amazon #3D7D51

Tints of Amazon #3D7D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.34%

R = 22.85%
G = 46.82%
B = 30.34%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#3D7D51 (or 0x3D7D51) is known color: Amazon. HEX triplet: 3D, 7D and 51. RGB value is (61,125,81). Sum of RGB (Red+Green+Blue) = 61+125+81=267 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.85% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 125 - color contains mainly: green. Hex color #3D7D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7D51 is #C282AE. Grayscale: #646464. Windows color (decimal): -12747439 or 5340477. OLE color: 5340477.

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

Color convert

RGB 61 125 81 -
CMYK 0.51 0 0.35 0.51
HSL 138.75º 0.34% 0.36% -
HSV(B) 138.75º 0.51% 0.49% -
XYZ 10.74 16.25 10.36 -
YUV 100.85 116.8 99.58 -
System Red Green Blue C M Y K H S L
Decimal 61 125 81 0.51 0 0.35 0.51 138.75 0.34 0.36
Hex 3D 7D 51 33 0 23 33 8B 22 24
Octal 75 175 121 63 0 43 63 213 42 44
Binary 111101 1111101 1010001 110011 0 100011 110011 10001011 100010 100100

Color Harmonies of #3D7D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7D51

Black with #3D7D51

Text Example


Text Example

White with #3D7D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,125,81); }

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

background-color css

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

 a { background-color: rgb(61,125,81); }

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

border-color css

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

 span { border-color: rgb(61,125,81); }

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