Html Css Color HEX #3D7F5E Amazon

📋 copy color: '#3D7F5E'

red 61 ◦ green 127 ◦ blue 94

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

Shades of Amazon #3D7F5E

Tints of Amazon #3D7F5E

RGB

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

 GREEN value IS 127 (50% from 255) = 45.04%

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

R = 21.63%
G = 45.04%
B = 33.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#3D7F5E (or 0x3D7F5E) is known color: Amazon. HEX triplet: 3D, 7F and 5E. RGB value is (61,127,94). Sum of RGB (Red+Green+Blue) = 61+127+94=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 127 - color contains mainly: green. Hex color #3D7F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7F5E is #C280A1. Grayscale: #676767. Windows color (decimal): -12746914 or 6192957. OLE color: 6192957.

HSL color Cylindrical-coordinate representation of color #3D7F5E: hue angle of 150º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D7F5E is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 61 127 94 -
CMYK 0.52 0 0.26 0.50
HSL 150º 0.35% 0.37% -
HSV(B) 150º 0.52% 0.5% -
XYZ 11.53 16.98 13.26 -
YUV 103.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 61 127 94 0.52 0 0.26 0.50 150 0.35 0.37
Hex 3D 7F 5E 34 0 1A 32 96 23 25
Octal 75 177 136 64 0 32 62 226 43 45
Binary 111101 1111111 1011110 110100 0 11010 110010 10010110 100011 100101

Color Harmonies of #3D7F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7F5E

Black with #3D7F5E

Text Example


Text Example

White with #3D7F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,127,94); }

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

background-color css

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

 a { background-color: rgb(61,127,94); }

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

border-color css

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

 span { border-color: rgb(61,127,94); }

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